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

Felix Yan felixonmars at archlinux.org
Wed Aug 2 14:19:40 UTC 2017


    Date: Wednesday, August 2, 2017 @ 14:19:39
  Author: felixonmars
Revision: 247429

upgpkg: haskell-word8 0.1.3-1

rebuild with word8,0.1.3

Modified:
  haskell-word8/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-02 14:18:21 UTC (rev 247428)
+++ PKGBUILD	2017-08-02 14:19:39 UTC (rev 247429)
@@ -4,15 +4,15 @@
 
 _hkgname=word8
 pkgname=haskell-word8
-pkgver=0.1.2
-pkgrel=3
+pkgver=0.1.3
+pkgrel=1
 pkgdesc="Word8 library"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc")
+depends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('3cbae3755a078ecff46524b3f6e0018f7e796e6dac9c710fe09b433c544676dd')
+sha512sums=('e6442eddb582c41f38206a436fc69c476ff97bf1bd5f37aa173d4efd0153744e9d20b71435329b69dc12a7919034082d4195db88bb2f83b462e1ba430b1ad988')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -19,7 +19,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