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

Felix Yan felixonmars at archlinux.org
Tue Jul 11 18:23:07 UTC 2017


    Date: Tuesday, July 11, 2017 @ 18:23:07
  Author: felixonmars
Revision: 244419

upgpkg: haskell-integer-logarithms 1.0.2-1

rebuild with integer-logarithms,1.0.2

Modified:
  haskell-integer-logarithms/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-11 18:21:21 UTC (rev 244418)
+++ PKGBUILD	2017-07-11 18:23:07 UTC (rev 244419)
@@ -3,8 +3,8 @@
 
 _hkgname=integer-logarithms
 pkgname=haskell-integer-logarithms 
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
 pkgdesc="Integer logarithms"
 url="https://github.com/phadej/integer-logarithms"
 license=('MIT')
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('0f0aa953af014c53cad6c7ac721f49b8')
+sha512sums=('e3090be5acf62643f577f43b5e925058202c533eca8b2083f0f659e7e491d3259d27ced3f3c1d99379e256fb45ab33d5a78586a3f1cace11def5ce31d28db022')
 
 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 \
             -finteger-gmp -f-check-bounds
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html



More information about the arch-commits mailing list