diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-05-16 18:36:10 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-05-17 08:59:54 +0200 |
commit | af7419df40001d15bac45ff746d05b9f659146c5 (patch) | |
tree | 5525fd86bb01970d19981f121c630fa91c9798b7 /source/l | |
parent | 6af908edbd563145da3ebc9d1c4c9d68fd55b38c (diff) | |
download | current-af7419df40001d15bac45ff746d05b9f659146c5.tar.gz |
Sun May 16 18:36:10 UTC 202120210516183610
a/dialog-1.3_20210509-x86_64-1.txz: Upgraded.
l/libidn-1.37-x86_64-1.txz: Upgraded.
l/netpbm-10.94.04-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l')
-rwxr-xr-x | source/l/libidn/libidn.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/libidn/libidn.SlackBuild b/source/l/libidn/libidn.SlackBuild index a8c9bf91..c0aedc93 100755 --- a/source/l/libidn/libidn.SlackBuild +++ b/source/l/libidn/libidn.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libidn VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |