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

Felix Yan felixonmars at archlinux.org
Wed Aug 9 16:19:57 UTC 2017


    Date: Wednesday, August 9, 2017 @ 16:19:57
  Author: felixonmars
Revision: 249658

upgpkg: haskell-smallcheck 1.1.2-1

rebuild with smallcheck,1.1.2

Modified:
  haskell-smallcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-09 16:17:26 UTC (rev 249657)
+++ PKGBUILD	2017-08-09 16:19:57 UTC (rev 249658)
@@ -3,8 +3,8 @@
 
 _hkgname=smallcheck
 pkgname=haskell-smallcheck
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
 pkgdesc="A property-based testing library"
 url="https://github.com/feuerbach/smallcheck"
 license=('custom:BSD3')
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc' 'haskell-logict' 'haskell-mtl')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('025955110b8831a8db1e5558e461bfc5')
+sha512sums=('46e6aa53ca7db7210c5f41b3aa6cc24c778ce82437caed1e79151157cd0dd687edc59fda491c77464f11d1255fa2fc71c346816ba66f7e67427d1f1aab9fc545')
 
 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
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list