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

Felix Yan felixonmars at archlinux.org
Fri Jun 23 10:39:23 UTC 2017


    Date: Friday, June 23, 2017 @ 10:39:22
  Author: felixonmars
Revision: 240267

upgpkg: haskell-hashable 1.2.6.1-1

rebuild with hashable,1.2.6.1

Modified:
  haskell-hashable/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 10:33:11 UTC (rev 240266)
+++ PKGBUILD	2017-06-23 10:39:22 UTC (rev 240267)
@@ -4,8 +4,8 @@
 
 _hkgname=hashable
 pkgname=haskell-hashable
-pkgver=1.2.6.0
-pkgrel=3
+pkgver=1.2.6.1
+pkgrel=1
 pkgdesc="Mutable hash tables in the ST monad"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc' 'sh' 'haskell-text')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('84feaf401179fafb87d360324bde8a0e')
+sha512sums=('d230a617ccf3d71ac825a2ce1a371de166dd456a5a36b9a790c456227029b2cba36ebb42d9c0b79579615f6c25b297a8eae0e4f62fc1ac8ef1704c260c11a436')
 
 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 \
             -f-examples
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list