summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makepkg')
-rwxr-xr-xscripts/makepkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makepkg b/scripts/makepkg
index c0977b9f..d4ce6e32 100755
--- a/scripts/makepkg
+++ b/scripts/makepkg
@@ -20,7 +20,7 @@
# USA.
#
-myver='2.7.8'
+myver='2.7.9'
startdir=`pwd`
PKGDEST=$startdir
USE_COLOR="n"
@@ -294,7 +294,7 @@ if [ "$CLEANCACHE" = "1" ]; then
fi
fi
-unset pkgname pkgver pkgrel pkgdesc url license groups provides md5sums
+unset pkgname pkgver pkgrel pkgdesc url license groups provides md5sums force
unset replaces depends conflicts backup source install build makedepends
umask 0022