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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 18:22:38 UTC 2017


    Date: Friday, September 22, 2017 @ 18:22:34
  Author: felixonmars
Revision: 259678

upgpkg: haskell-pointed 5-44

Modified:
  haskell-pointed/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 18:22:14 UTC (rev 259677)
+++ PKGBUILD	2017-09-22 18:22:34 UTC (rev 259678)
@@ -5,9 +5,9 @@
 _hkgname=pointed
 pkgname=haskell-pointed
 pkgver=5
-pkgrel=43
+pkgrel=44
 pkgdesc="Pointed and copointed data"
-url="http://github.com/ekmett/pointed/"
+url="https://github.com/ekmett/pointed/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-comonad" "haskell-data-default-class" "haskell-hashable"
@@ -15,7 +15,7 @@
          "haskell-tagged" "haskell-transformers-compat" "haskell-unordered-containers")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('8906b8af5125ab3376794a290c5484dbec5a35d0bd0a57e94392ec0e12535d17')
+sha512sums=('940a0c30845cb39238a0056f12da4debb488bec9bfac11a384320c79102e92dbd949526188eca46a2e543dfe612f5ee335955413e4f81eb1c1c9bc321805b598')
 
 prepare() {
     sed -i 's/data-default-class >= 0.0.1 && < 0.1/data-default-class >= 0.0.1 \&\& < 0.2/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
@@ -24,7 +24,7 @@
 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 \
             -fcomonad -fcontainers -fkan-extensions -fsemigroupoids -fsemigroups \
@@ -44,7 +44,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