diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-03-14 21:22:54 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-03-15 08:59:43 +0100 |
commit | 2565e7db394cd95a6eaf327026dec6a9748f7235 (patch) | |
tree | 309183b033066209702eabe29148c50517103db1 /source/l/libzip/libzip.SlackBuild | |
parent | 218698dcbc3c5b66fe2189b61d5cc1e274d98ac5 (diff) | |
download | current-2565e7db394cd95a6eaf327026dec6a9748f7235.tar.gz current-2565e7db394cd95a6eaf327026dec6a9748f7235.tar.xz |
Thu Mar 14 21:22:54 UTC 201920190314212254
ap/cgmanager-0.42-x86_64-1.txz: Upgraded.
d/cmake-3.14.0-x86_64-1.txz: Upgraded.
l/gexiv2-0.12.0-x86_64-1.txz: Upgraded.
l/gsettings-desktop-schemas-3.32.0-x86_64-2.txz: Rebuilt.
Don't override the system font defaults (especially with fonts that we don't
include). Thanks to Markus Wiesner.
l/libyaml-0.2.2-x86_64-1.txz: Upgraded.
l/libzip-1.5.2-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-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 4b9955537..2b4f3000c 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:-5} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |