diff options
Diffstat (limited to 'haskell/hscolour/hscolour.SlackBuild')
-rw-r--r-- | haskell/hscolour/hscolour.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/haskell/hscolour/hscolour.SlackBuild b/haskell/hscolour/hscolour.SlackBuild index 8eb1482fc8..a01305069f 100644 --- a/haskell/hscolour/hscolour.SlackBuild +++ b/haskell/hscolour/hscolour.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hscolour -# Copyright 2015 Christoph Willing Brisbane, Australia +# Copyright 2015-2017 Christoph Willing, Brisbane Australia # 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=hscolour -VERSION=${VERSION:-1.23} +VERSION=${VERSION:-1.24.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -95,7 +95,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 LICENCE-GPL $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENCE-LGPL $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |