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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 14:34:02 UTC 2017


    Date: Friday, September 22, 2017 @ 14:34:01
  Author: felixonmars
Revision: 259510

upgpkg: haskell-resourcet 1.1.9-10

Modified:
  haskell-resourcet/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 14:33:45 UTC (rev 259509)
+++ PKGBUILD	2017-09-22 14:34:01 UTC (rev 259510)
@@ -5,9 +5,9 @@
 _hkgname=resourcet
 pkgname=haskell-resourcet
 pkgver=1.1.9
-pkgrel=9
+pkgrel=10
 pkgdesc="Deterministic allocation and freeing of scarce resources."
-url="http://github.com/snoyberg/conduit"
+url="https://github.com/snoyberg/conduit"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-exceptions" "haskell-lifted-base" "haskell-mmorph"
@@ -15,12 +15,12 @@
          "haskell-transformers-compat")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('5a1999d26b896603cab8121b77f36723dc50960291872b691ff4a9533e162ef5')
+sha512sums=('e26e627c19198c1f25e368dda67ca15d52ad41eea70a81acf8ce244b30880b476d3d33b097199d12611bf80a3521196587d669684b18c47999e7abb5c00a7ab9')
 
 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
@@ -38,7 +38,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