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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 16:23:26 UTC 2017


    Date: Friday, September 22, 2017 @ 16:23:25
  Author: felixonmars
Revision: 259608

upgpkg: haskell-hs-bibutils 5.5-7

Modified:
  haskell-hs-bibutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 16:22:54 UTC (rev 259607)
+++ PKGBUILD	2017-09-22 16:23:25 UTC (rev 259608)
@@ -5,7 +5,7 @@
 _hkgname=hs-bibutils
 pkgname=haskell-hs-bibutils
 pkgver=5.5
-pkgrel=6
+pkgrel=7
 pkgdesc="Haskell bindings to bibutils, the bibliography conversion utilities."
 url="http://istitutocolli.org/repos/hs-bibutils/"
 license=("GPL")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "haskell-syb")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('95f9f34be9f3145da8acc8a0e9de379236cfe31c5a9bc0eb9489e77402a4c55d')
+sha512sums=('cee3c3500213d93b424bf3fd36a6b4657aec3a2787373a55bfee7f4de25e43a801ed68bdb815ba57ca8ecfe2d352e406e43baf40339fba79a061180fa4ab628c')
 
 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
@@ -36,7 +36,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