diff options
Diffstat (limited to 'source/xfce/tumbler')
-rwxr-xr-x | source/xfce/tumbler/tumbler.SlackBuild | 6 | ||||
-rw-r--r-- | source/xfce/tumbler/tumbler.url | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/source/xfce/tumbler/tumbler.SlackBuild b/source/xfce/tumbler/tumbler.SlackBuild index e717911e..7659fb89 100755 --- a/source/xfce/tumbler/tumbler.SlackBuild +++ b/source/xfce/tumbler/tumbler.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2012, 2013, 2015, 2017, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2012, 2013, 2015, 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=tumbler 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: MARCH=$( uname -m ) @@ -125,7 +125,7 @@ if [ -d $PKG/usr/man ]; then fi # We don't want icon caches: -find $PKG/usr/share/icons -type f -name "icon-theme.cache" -exec rm -f {} \+ +find $PKG/usr/share/icons -type f -name "icon-theme.cache" -exec rm -f {} \; # Add a documentation directory. Not all of these files are expected to be # present, but listing them ensures that documentation that might appear and diff --git a/source/xfce/tumbler/tumbler.url b/source/xfce/tumbler/tumbler.url index e4acc376..8cc2fe2b 100644 --- a/source/xfce/tumbler/tumbler.url +++ b/source/xfce/tumbler/tumbler.url @@ -1 +1 @@ -http://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.9.tar.bz2 +http://archive.xfce.org/src/apps/tumbler/0.2/tumbler-0.2.3.tar.bz2 |