[arch-commits] Commit in haskell-unicode-transforms/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jul 3 09:45:44 UTC 2017


    Date: Monday, July 3, 2017 @ 09:45:43
  Author: felixonmars
Revision: 242142

upgpkg: haskell-unicode-transforms 0.3.1-1

rebuild with unicode-transforms,0.3.1

Modified:
  haskell-unicode-transforms/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-03 09:35:34 UTC (rev 242141)
+++ PKGBUILD	2017-07-03 09:45:43 UTC (rev 242142)
@@ -3,8 +3,8 @@
 
 _hkgname=unicode-transforms
 pkgname=haskell-unicode-transforms
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
 pkgdesc="Unicode transforms (normalization NFC/NFD/NFKC/NFKD)"
 url="http://github.com/ekmett/unicode-transforms/"
 license=('custom:BSD3')
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc' 'haskell-bitarray' 'haskell-text')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('e0b141cbe3a91aaad0ddcc556af56aace8f72a6b4497c46eadb5de6274f7f7d1a090b66a66ecc788aad8acd3f32e95db9b083c3c50a65dc7b299d02cd9173826')
+sha512sums=('866b8a77258e53759ebd1eaf8b573347f7d64dcf57744684cb2c2d8e0ecde179a517d7c78ab57c855816d046208d612810e3e2c6d46b4a031d0094ef43b3da51')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -18,7 +18,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 \
             -f-dev -f-has-icu -f-has-llvm
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list