[arch-commits] Commit in haskell-unordered-containers/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jun 15 02:58:00 UTC 2017
Date: Thursday, June 15, 2017 @ 02:57:59
Author: felixonmars
Revision: 236910
upgpkg: haskell-unordered-containers 0.2.8.0-4
rebuild with ghc,8.0.2
Modified:
haskell-unordered-containers/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-15 02:56:07 UTC (rev 236909)
+++ PKGBUILD 2017-06-15 02:57:59 UTC (rev 236910)
@@ -8,12 +8,12 @@
_hkgname=unordered-containers
pkgname=haskell-unordered-containers
pkgver=0.2.8.0
-pkgrel=3
+pkgrel=4
pkgdesc="Efficient hashing-based container types"
url="https://github.com/tibbe/unordered-containers"
license=("custom:BSD3")
arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-hashable")
+depends=("ghc" "haskell-hashable")
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha256sums=('a4a188359ff28640359131061953f7dbb8258da8ecf0542db0d23f08bfa6eea8')
@@ -20,7 +20,7 @@
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
- runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
--libsubdir=\$compiler/site-local/\$pkgid \
-f-debug
@@ -42,4 +42,7 @@
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