[arch-commits] Commit in haskell-pretty-show/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Sep 22 07:09:24 UTC 2017
Date: Friday, September 22, 2017 @ 07:09:23
Author: felixonmars
Revision: 259400
upgpkg: haskell-pretty-show 1.6.13-4
Modified:
haskell-pretty-show/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-22 07:09:13 UTC (rev 259399)
+++ PKGBUILD 2017-09-22 07:09:23 UTC (rev 259400)
@@ -4,7 +4,7 @@
_hkgname=pretty-show
pkgname=haskell-pretty-show
pkgver=1.6.13
-pkgrel=3
+pkgrel=4
pkgdesc='Tools for working with derived `Show` instances and generic inspection of values.'
url="http://wiki.github.com/yav/pretty-show"
license=('MIT')
@@ -17,7 +17,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}" --datasubdir="$pkgname" \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build
@@ -35,7 +35,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