summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-10-09 05:28:23 +0200
committerAllan McRae <allan@archlinux.org>2013-10-14 05:01:01 +0200
commit0308df07d3209770e5f1c37d765a79c44d731e68 (patch)
treeb076388400b1ddbd0228be0d6eff5db096bd2ceb /scripts
parent141d7f234f9a34c346b0b1d8edf4a35bc53b739d (diff)
downloadpacman-0308df07d3209770e5f1c37d765a79c44d731e68.tar.gz
pacman-0308df07d3209770e5f1c37d765a79c44d731e68.tar.xz
makepkg: alphabetically order option variables
Signed-off-by: Allan McRae <allan@archlinux.org>
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.