[arch-commits] Commit in haskell-uniplate/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Sep 22 18:30:45 UTC 2017
Date: Friday, September 22, 2017 @ 18:30:43
Author: felixonmars
Revision: 259692
upgpkg: haskell-uniplate 1.6.12-18
Modified:
haskell-uniplate/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-22 18:30:25 UTC (rev 259691)
+++ PKGBUILD 2017-09-22 18:30:43 UTC (rev 259692)
@@ -5,7 +5,7 @@
_hkgname=uniplate
pkgname=haskell-uniplate
pkgver=1.6.12
-pkgrel=17
+pkgrel=18
pkgdesc="Help writing simple, concise and fast generic operations."
url="http://community.haskell.org/~ndm/uniplate/"
license=("custom:BSD3")
@@ -13,12 +13,12 @@
depends=('ghc-libs' "haskell-hashable" "haskell-syb" "haskell-unordered-containers")
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('fcc60bc6b3f6e925f611646db90e6db9f05286a9363405f844df1dc15572a8b7')
+sha512sums=('049b07e8a57db7e44d91fc9c8dcfb5c49b78a692a730061763cb8bcc4fbc3ed1065bd7a4c337e3d344693df882a0718b6d3bb6a6ea1e7d520a36d252d7038b07')
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 \
-fseparate_syb -ftypeable_fingerprint
@@ -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