diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-12-14 20:09:12 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-12-15 08:59:50 +0100 |
commit | 9ec6f4bec387d164b55effd64e8be9fded595df1 (patch) | |
tree | a3525ecad6a95db958edcf81b6884c2e73ddb7e2 /source/ap/cups | |
parent | 7a0a3431974e2df951954597fdf7b0b8f4e13b5f (diff) | |
download | current-9ec6f4bec387d164b55effd64e8be9fded595df1.tar.gz |
Sat Dec 14 20:09:12 UTC 201920191214200912
ap/cups-2.3.1-x86_64-1.txz: Upgraded.
ap/terminus-font-4.48-noarch-1.txz: Upgraded.
ap/vim-8.2.0007-x86_64-1.txz: Upgraded.
l/fribidi-1.0.8-x86_64-1.txz: Upgraded.
xap/vim-gvim-8.2.0007-x86_64-1.txz: Upgraded.
xap/xine-lib-1.2.10-x86_64-1.txz: Upgraded.
extra/pure-alsa-system/xine-lib-1.2.10-x86_64-1_alsa.txz: Upgraded.
Diffstat (limited to 'source/ap/cups')
-rwxr-xr-x | source/ap/cups/cups.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/ap/cups/cups.SlackBuild b/source/ap/cups/cups.SlackBuild index 319bc9e8..de09891b 100755 --- a/source/ap/cups/cups.SlackBuild +++ b/source/ap/cups/cups.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2011, 2012, 2015, 2017, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2008, 2009, 2010, 2011, 2012, 2015, 2017, 2018, 2019 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=cups VERSION=${VERSION:-$(echo $PKGNAM-*-source.tar.?z | cut -f 2 -d -)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |