diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-10-05 18:26:47 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-10-06 08:59:54 +0200 |
commit | c46a54a2dbbae1e3396cf7f5222c03c43aed946f (patch) | |
tree | 25ca29196bfd01d78d658a564d8a0da7e324f20c /source/xap | |
parent | 49891422b4e0d4b9545499cc47ffb2ba504a5da9 (diff) | |
download | current-c46a54a2dbbae1e3396cf7f5222c03c43aed946f.tar.gz |
Mon Oct 5 18:26:47 UTC 202020201005182647
a/kernel-firmware-20201005_58d41d0-noarch-1.txz: Upgraded.
Ensure some previously missing symlinks are created. Thanks to drumz.
l/babl-0.1.82-x86_64-1.txz: Upgraded.
l/imagemagick-7.0.10_33-x86_64-1.txz: Upgraded.
n/whois-5.5.7-x86_64-1.txz: Upgraded.
x/libXaw3dXft-1.6.2h-x86_64-1.txz: Upgraded.
xap/gimp-2.10.22-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/xap')
-rwxr-xr-x | source/xap/gimp/gimp.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xap/gimp/gimp.SlackBuild b/source/xap/gimp/gimp.SlackBuild index 85167c90..c854d342 100755 --- a/source/xap/gimp/gimp.SlackBuild +++ b/source/xap/gimp/gimp.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gimp 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 |