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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 16:04:47 UTC 2017


    Date: Friday, September 22, 2017 @ 16:04:47
  Author: felixonmars
Revision: 259590

upgpkg: haskell-gsasl 0.3.6-5

Modified:
  haskell-gsasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 16:04:31 UTC (rev 259589)
+++ PKGBUILD	2017-09-22 16:04:47 UTC (rev 259590)
@@ -5,7 +5,7 @@
 _hkgname=gsasl
 pkgname=haskell-gsasl
 pkgver=0.3.6
-pkgrel=4
+pkgrel=5
 pkgdesc="Bindings for GNU libgsasl"
 url="https://john-millikin.com/software/haskell-gsasl/"
 license=("GPL3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "gsasl")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('786036025e5d5649c029c1db23c395e1592c073a58848ae4afe4f2797de1f931')
+sha512sums=('657b3154d32d5c40eca79fa8cc0fd7f2dfce2d5d934f0388e3a16db15d513b18f5a25479b9f71ee164f999de9748f83e63f0334f43ef31def944c987e7186122')
 
 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 @@
     install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
     runhaskell Setup copy --destdir="${pkgdir}"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list