[arch-commits] Commit in haskell-hjsmin/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Aug 5 20:25:48 UTC 2017
Date: Saturday, August 5, 2017 @ 20:25:48
Author: felixonmars
Revision: 248859
upgpkg: haskell-hjsmin 0.2.0.2-11
rebuild with ansi-wl-pprint,0.6.8
Modified:
haskell-hjsmin/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-05 20:24:39 UTC (rev 248858)
+++ PKGBUILD 2017-08-05 20:25:48 UTC (rev 248859)
@@ -5,12 +5,12 @@
_hkgname=hjsmin
pkgname=haskell-hjsmin
pkgver=0.2.0.2
-pkgrel=10
+pkgrel=11
pkgdesc="Haskell implementation of a javascript minifier"
url="http://github.com/erikd/hjsmin"
license=("custom:BSD3")
arch=('i686' 'x86_64')
-depends=("ghc" "haskell-blaze-builder" "haskell-language-javascript"
+depends=('ghc' "haskell-blaze-builder" "haskell-language-javascript"
"haskell-optparse-applicative" "haskell-text")
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha256sums=('bec153d2396962c63998eb12d0a2c7c9f7df6f774cb00e41b6cdb1f5a4905484')
@@ -20,7 +20,7 @@
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
- --libsubdir=\$compiler/site-local/\$pkgid
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build
runhaskell Setup haddock --hoogle --html
runhaskell Setup register --gen-script
More information about the arch-commits
mailing list