diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-06-07 01:56:26 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-06-07 08:59:52 +0200 |
commit | ee48d8c07252f2fe9fd26558b8116b2595556891 (patch) | |
tree | 6ec2ac0d359943c906b5c5ee603765576120bb62 /source | |
parent | 3475fed714f97d9979807802d31de6d9a8055325 (diff) | |
download | current-ee48d8c07252f2fe9fd26558b8116b2595556891.tar.gz |
Sun Jun 7 01:56:26 UTC 202020200607015626
d/mercurial-5.4.1-x86_64-1.txz: Upgraded.
l/libzip-1.7.0-x86_64-1.txz: Upgraded.
n/libnftnl-1.1.7-x86_64-1.txz: Upgraded.
n/nftables-0.9.5-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-x | source/l/libzip/libzip.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/libzip/libzip.SlackBuild b/source/l/libzip/libzip.SlackBuild index 52e7ca1e..1ab157a6 100755 --- a/source/l/libzip/libzip.SlackBuild +++ b/source/l/libzip/libzip.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libzip VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |