summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/makepkg.sh.in32
1 files changed, 16 insertions, 16 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index ec18c2be..9e2675db 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -58,35 +58,35 @@ known_hash_algos=('md5' 'sha1' 'sha224' 'sha256' 'sha384' 'sha512')
# Options
ASDEPS=0
-NEEDED=0
ASROOT=0
+BUILDFUNC=0
+CHECKFUNC=0
+CLEANBUILD=0
CLEANUP=0
DEP_BIN=0
FORCE=0
-CLEANBUILD=0
-INFAKEROOT=0
GENINTEG=0
HOLDVER=0
-SKIPCHECKSUMS=0
-SKIPPGPCHECK=0
+IGNOREARCH=0
+INFAKEROOT=0
INSTALL=0
+LOGGING=0
+NEEDED=0
NOBUILD=0
NODEPS=0
NOEXTRACT=0
-VERIFYSOURCE=0
-RMDEPS=0
-REPKG=0
-LOGGING=0
-SOURCEONLY=0
-IGNOREARCH=0
-PREPAREFUNC=0
-BUILDFUNC=0
-CHECKFUNC=0
PKGFUNC=0
-PKGVERFUNC=0
-SPLITPKG=0
PKGLIST=()
+PKGVERFUNC=0
+PREPAREFUNC=0
+REPKG=0
+RMDEPS=0
+SKIPCHECKSUMS=0
+SKIPPGPCHECK=0
SIGNPKG=''
+SPLITPKG=0
+SOURCEONLY=0
+VERIFYSOURCE=0
# Forces the pkgver of the current PKGBUILD. Used by the fakeroot call
# when dealing with svn/cvs/etc PKGBUILDs.