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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 05:20:39 UTC 2017


    Date: Saturday, September 23, 2017 @ 05:20:38
  Author: felixonmars
Revision: 259836

upgpkg: haskell-appar 0.1.4-5

Modified:
  haskell-appar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 05:20:26 UTC (rev 259835)
+++ PKGBUILD	2017-09-23 05:20:38 UTC (rev 259836)
@@ -5,7 +5,7 @@
 _hkgname=appar
 pkgname=haskell-appar
 pkgver=0.1.4
-pkgrel=4
+pkgrel=5
 pkgdesc="A simple applicative parser"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('58ea66abe4dd502d2fc01eecdb0828d5e214704a3c1b33b1f8b33974644c4b26')
+sha512sums=('cc4d7a0c910e20ae32f787db894fec29374aed19c208a79012f78e048bdc8383262f124187242654ca7df981647644b9cabb6fd3a4af8d02d7c4e90b46e726ac')
 
 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