diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2014-03-10 23:54:38 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:57 +0700 |
commit | aaca04138c17af419cafd0f41d24a0e60e64019d (patch) | |
tree | d858ce16aeb30d0d4eb8939162c6047d56e2f478 /haskell | |
parent | b36b4ca86802425eef66cc185574c61cbf917992 (diff) |
haskell/haskell-texmath: Updated for version 0.8.0.1.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-texmath/haskell-texmath.SlackBuild | 7 | ||||
-rw-r--r-- | haskell/haskell-texmath/haskell-texmath.info | 8 |
2 files changed, 6 insertions, 9 deletions
diff --git a/haskell/haskell-texmath/haskell-texmath.SlackBuild b/haskell/haskell-texmath/haskell-texmath.SlackBuild index 8912aeb90ca8..2b8588d46949 100644 --- a/haskell/haskell-texmath/haskell-texmath.SlackBuild +++ b/haskell/haskell-texmath/haskell-texmath.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for texmath # Written by Peter Wang <novalazy@gmail.com> -# Copyright 2013 Mikko Värri, Finland +# Copyright 2015 Mikko Värri, Finland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-texmath -VERSION=${VERSION:-0.6.1.3} +VERSION=${VERSION:-0.8.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -89,9 +89,6 @@ runghc Setup haddock runghc Setup copy --destdir=$PKG runghc Setup register --gen-pkg-config -# Remove test data. -rm -r $PKG/usr/share - PKGCONFD=/usr/lib${LIBDIRSUFFIX}/ghc-${GHC_VERSION}/package.conf.d PKGID=$( grep -E "^id: " $SRCNAM-$VERSION.conf | cut -d" " -f2 ) mkdir -p $PKG/$PKGCONFD diff --git a/haskell/haskell-texmath/haskell-texmath.info b/haskell/haskell-texmath/haskell-texmath.info index 47f01fa36d87..3f107062d22c 100644 --- a/haskell/haskell-texmath/haskell-texmath.info +++ b/haskell/haskell-texmath/haskell-texmath.info @@ -1,10 +1,10 @@ PRGNAM="haskell-texmath" -VERSION="0.6.1.3" +VERSION="0.8.0.1" HOMEPAGE="http://hackage.haskell.org/package/texmath" -DOWNLOAD="http://hackage.haskell.org/packages/archive/texmath/0.6.1.3/texmath-0.6.1.3.tar.gz" -MD5SUM="6737a06392f51886e8b1ca8aa6dc2168" +DOWNLOAD="http://hackage.haskell.org/packages/archive/texmath/0.8.0.1/texmath-0.8.0.1.tar.gz" +MD5SUM="9031cbb9d75d24b4907405e7215e5ae9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-parsec haskell-syb haskell-xml" +REQUIRES="haskell-parsec haskell-syb haskell-xml haskell-pandoc-types haskell-network-uri" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" |