diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-30 16:50:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-01 23:54:53 +0700 |
commit | 5deda9ebff3f2082cb019e8adb73ced58dc88e1c (patch) | |
tree | a318bbe44fda5a04efeebc21c2584536ec415417 | |
parent | 542b3c0630b64b16c4878e3c14cb2041f014dced (diff) | |
download | slackbuilds-5deda9ebff3f2082cb019e8adb73ced58dc88e1c.tar.gz |
haskell/haskell-scientific: Updated for version 0.3.4.6.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
-rw-r--r-- | haskell/haskell-scientific/haskell-scientific.SlackBuild | 4 | ||||
-rw-r--r-- | haskell/haskell-scientific/haskell-scientific.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/haskell/haskell-scientific/haskell-scientific.SlackBuild b/haskell/haskell-scientific/haskell-scientific.SlackBuild index 6603e5288c..0a2b06dcd0 100644 --- a/haskell/haskell-scientific/haskell-scientific.SlackBuild +++ b/haskell/haskell-scientific/haskell-scientific.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-scientific -VERSION=${VERSION:-0.3.3.4} +VERSION=${VERSION:-0.3.4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -98,7 +98,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 LICENSE changelog $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/haskell/haskell-scientific/haskell-scientific.info b/haskell/haskell-scientific/haskell-scientific.info index 61e8267454..1eb9e6202b 100644 --- a/haskell/haskell-scientific/haskell-scientific.info +++ b/haskell/haskell-scientific/haskell-scientific.info @@ -1,10 +1,10 @@ PRGNAM="haskell-scientific" -VERSION="0.3.3.4" +VERSION="0.3.4.6" HOMEPAGE="http://hackage.haskell.org/package/scientific" -DOWNLOAD="http://hackage.haskell.org/package/scientific-0.3.3.4/scientific-0.3.3.4.tar.gz" -MD5SUM="1b8f1aa92c5d856b4c5fc01e011e7188" +DOWNLOAD="http://hackage.haskell.org/package/scientific-0.3.4.6/scientific-0.3.4.6.tar.gz" +MD5SUM="beaffa29a79f0717729c9dc48820c149" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-hashable" +REQUIRES="haskell-hashable haskell-vector" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" |