diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-09 20:09:21 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 17:02:21 +0700 |
commit | fcf6261b6e27f6e7b2f4b219f35c08dd38317c2e (patch) | |
tree | 8ae2973b6a8a9d883ffb4ac179b35b06accd5332 /haskell/haskell-base16-bytestring/haskell-base16-bytestring.SlackBuild | |
parent | f781d4d41be688e5a15f87b23ce3dd817f19b331 (diff) |
haskell/haskell-base16-bytestring: Updated for version 0.1.1.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-base16-bytestring/haskell-base16-bytestring.SlackBuild')
-rw-r--r-- | haskell/haskell-base16-bytestring/haskell-base16-bytestring.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haskell/haskell-base16-bytestring/haskell-base16-bytestring.SlackBuild b/haskell/haskell-base16-bytestring/haskell-base16-bytestring.SlackBuild index 7f77068ce1..3a6eb6590c 100644 --- a/haskell/haskell-base16-bytestring/haskell-base16-bytestring.SlackBuild +++ b/haskell/haskell-base16-bytestring/haskell-base16-bytestring.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-base16-bytestring -VERSION=${VERSION:-0.1.1.6} +VERSION=${VERSION:-0.1.1.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -107,7 +107,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 LICENSE README.markdown $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGELOG.md LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |