summaryrefslogtreecommitdiff
path: root/haskell/haskell-unordered-containers/haskell-unordered-containers.SlackBuild
diff options
context:
space:
mode:
authorDavid Spencer <baildon.research@googlemail.com>2016-05-30 16:53:12 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-06-01 23:54:53 +0700
commit523a5d428dd50ec91835c47f65fc52824ffac180 (patch)
tree6cbd1c0b6a0304c4d7cfa69800eaf89b941405fa /haskell/haskell-unordered-containers/haskell-unordered-containers.SlackBuild
parent726bc7c885b12fa471527d012e65a876dfba7874 (diff)
downloadslackbuilds-523a5d428dd50ec91835c47f65fc52824ffac180.tar.gz
haskell/haskell-unordered-containers: Updated for version 0.2.7.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-unordered-containers/haskell-unordered-containers.SlackBuild')
-rw-r--r--haskell/haskell-unordered-containers/haskell-unordered-containers.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/haskell/haskell-unordered-containers/haskell-unordered-containers.SlackBuild b/haskell/haskell-unordered-containers/haskell-unordered-containers.SlackBuild
index 52330fddec..50f7bae914 100644
--- a/haskell/haskell-unordered-containers/haskell-unordered-containers.SlackBuild
+++ b/haskell/haskell-unordered-containers/haskell-unordered-containers.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-unordered-containers
-VERSION=${VERSION:-0.2.5.1}
+VERSION=${VERSION:-0.2.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -97,7 +97,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 $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a CHANGES.md LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install