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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 14:26:45 UTC 2017


    Date: Friday, September 22, 2017 @ 14:26:44
  Author: felixonmars
Revision: 259496

upgpkg: haskell-pem 0.2.2-7

Modified:
  haskell-pem/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 14:26:27 UTC (rev 259495)
+++ PKGBUILD	2017-09-22 14:26:44 UTC (rev 259496)
@@ -6,7 +6,7 @@
 _hkgname=pem
 pkgname=haskell-pem
 pkgver=0.2.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Privacy Enhanced Mail (PEM) format reader and writer."
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
@@ -14,11 +14,11 @@
 depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-mtl')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('66489241d291cc8e402263c9f8ede91f')
+sha512sums=('699b13a89c9caa14c25d4a4e1775bc1ccd9b681193622d9638049631dd84b8ddf4e1b25fa5f31b36c8192157c7303b11226917e57d92abc0366bb01bd527b64a')
 
 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}" --datasubdir="$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