diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-04-07 22:23:02 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-04-08 08:59:50 +0200 |
commit | 6c51ff9eac81d76547c2530f1cd911a92c0ddfc9 (patch) | |
tree | 39cbe47f449169f9e5f50a1e457aa7f63646e5e6 /source/ap | |
parent | 3f4048014366ba929686d067807a2ec0368a9238 (diff) | |
download | current-6c51ff9eac81d76547c2530f1cd911a92c0ddfc9.tar.gz |
Tue Apr 7 22:23:02 UTC 202020200407222302
testing/packages/PAM/samba-4.12.1-x86_64-1_pam.txz: Upgraded.
Diffstat (limited to 'source/ap')
-rwxr-xr-x | source/ap/cups-filters/cups-filters.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ap/cups-filters/cups-filters.SlackBuild b/source/ap/cups-filters/cups-filters.SlackBuild index ffbe020a..9ca96c91 100755 --- a/source/ap/cups-filters/cups-filters.SlackBuild +++ b/source/ap/cups-filters/cups-filters.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=cups-filters VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |