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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 16:43:39 UTC 2017


    Date: Saturday, September 23, 2017 @ 16:43:39
  Author: felixonmars
Revision: 260150

upgpkg: haskell-primes 0.2.1.0-4

Modified:
  haskell-primes/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 16:43:28 UTC (rev 260149)
+++ PKGBUILD	2017-09-23 16:43:39 UTC (rev 260150)
@@ -5,20 +5,20 @@
 _hkgname=primes
 pkgname=haskell-primes
 pkgver=0.2.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Efficient, purely functional generation of prime numbers"
-url="http://github.com/sebfisch/primes"
+url="https://github.com/sebfisch/primes"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('ef82601200b41765ba4ae9895c15e45c')
+sha512sums=('05ba4fd5de300782b0e38efab734a1e6544d96ed66ce3839ff0238e207d3e82a35174f476b1aea91fc0a981e9642ccaba81dd558da6012fc67f0b18a465c3e42')
 
 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