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

Felix Yan felixonmars at archlinux.org
Sun Sep 24 08:38:35 UTC 2017


    Date: Sunday, September 24, 2017 @ 08:38:34
  Author: felixonmars
Revision: 260385

upgpkg: haskell-logict 0.6.0.2-4

Modified:
  haskell-logict/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-24 08:38:24 UTC (rev 260384)
+++ PKGBUILD	2017-09-24 08:38:34 UTC (rev 260385)
@@ -4,7 +4,7 @@
 _hkgname=logict
 pkgname=haskell-logict
 pkgver=0.6.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A backtracking logic-programming monad."
 url="http://code.haskell.org/~dolio/"
 license=('custom:BSD3')
@@ -12,12 +12,12 @@
 depends=('ghc-libs' 'haskell-mtl')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('16fe12fb9b940fb4b2a12f761a80ddc3')
+sha512sums=('dfb72d006d9b7a5f0d7447d956ea0c3d083e200a616efc4b34fafa0582c2dc7e9369156cf4f51a472b97f7afb6167030edeb84e77c7bc410bfe58a44f0ac4fc4')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     
-    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
@@ -35,7 +35,4 @@
     runhaskell Setup copy --destdir="${pkgdir}"
     install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list