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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 16:33:46 UTC 2017


    Date: Friday, September 22, 2017 @ 16:33:45
  Author: felixonmars
Revision: 259624

upgpkg: haskell-retry 0.7.4.2-4

Modified:
  haskell-retry/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 16:32:51 UTC (rev 259623)
+++ PKGBUILD	2017-09-22 16:33:45 UTC (rev 259624)
@@ -5,20 +5,20 @@
 _hkgname=retry
 pkgname=haskell-retry
 pkgver=0.7.4.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Retry combinators for monadic actions that may fail"
-url="http://github.com/Soostone/retry"
+url="https://github.com/Soostone/retry"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-data-default-class" "haskell-exceptions" "haskell-random")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('521b392570b37b17ac8aaea2586a0a16a578f56b9cd0bbf69813b35f7ed2b47c')
+sha512sums=('5caeb55225759eae466dc0b0a78ff2538380fda75fbd52758639c12c20e3194d2b272fb9286fbffaf70366418654f2e46088954921a9840720b590598314ba2b')
 
 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