[arch-commits] Commit in haskell-bifunctors/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Sep 23 05:29:30 UTC 2017
Date: Saturday, September 23, 2017 @ 05:29:30
Author: felixonmars
Revision: 259846
upgpkg: haskell-bifunctors 5.4.2-7
Modified:
haskell-bifunctors/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-23 05:29:07 UTC (rev 259845)
+++ PKGBUILD 2017-09-23 05:29:30 UTC (rev 259846)
@@ -5,9 +5,9 @@
_hkgname=bifunctors
pkgname=haskell-bifunctors
pkgver=5.4.2
-pkgrel=6
+pkgrel=7
pkgdesc="Bifunctors"
-url="http://github.com/ekmett/bifunctors/"
+url="https://github.com/ekmett/bifunctors/"
license=("custom:BSD3")
arch=('i686' 'x86_64')
depends=('ghc-libs' "haskell-base-orphans" "haskell-comonad" "haskell-semigroups" "haskell-tagged")
@@ -18,7 +18,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 \
-ftagged -fsemigroups
@@ -37,7 +37,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