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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 16:32:40 UTC 2017


    Date: Saturday, September 23, 2017 @ 16:32:38
  Author: felixonmars
Revision: 260128

upgpkg: haskell-auto-update 0.1.4-5

Modified:
  haskell-auto-update/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 16:32:23 UTC (rev 260127)
+++ PKGBUILD	2017-09-23 16:32:38 UTC (rev 260128)
@@ -5,7 +5,7 @@
 _hkgname=auto-update
 pkgname=haskell-auto-update
 pkgver=0.1.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Efficiently run periodic, on-demand actions"
 url="https://github.com/yesodweb/wai"
 license=("MIT")
@@ -13,12 +13,12 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('5e96c151024e8bcaf4eaa932e16995872b2017f46124b967e155744d9580b425')
+sha512sums=('071e3b630503462320de3229ee955f378f95d69d6404b9bc4c6b493341f565ef04c41e12eafa4f7d7a85826dec0eed150fc58a77a2ce9f3b802dfc2a240ea45d')
 
 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