diff options
Diffstat (limited to 'games/7kaa/7kaa.SlackBuild')
-rw-r--r-- | games/7kaa/7kaa.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/7kaa/7kaa.SlackBuild b/games/7kaa/7kaa.SlackBuild index 7aa0e78cf6fda..643cb39050179 100644 --- a/games/7kaa/7kaa.SlackBuild +++ b/games/7kaa/7kaa.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for 7kaa -# Copyright <2016> Sergio Vicari <devteamtuc@gmail.com> +# Copyright <2016-2019> Sergio Vicari <devteamtuc@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=7kaa -VERSION=${VERSION:-2.14.6} +VERSION=${VERSION:-2.15.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -86,7 +86,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ABOUT-NLS COPYING README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/usr/share/pixmaps |