[arch-commits] Commit in haskell-ansi-wl-pprint/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Sep 22 16:17:22 UTC 2017
Date: Friday, September 22, 2017 @ 16:17:21
Author: felixonmars
Revision: 259598
upgpkg: haskell-ansi-wl-pprint 0.6.8.1-3
Modified:
haskell-ansi-wl-pprint/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-22 16:17:08 UTC (rev 259597)
+++ PKGBUILD 2017-09-22 16:17:21 UTC (rev 259598)
@@ -5,9 +5,9 @@
_hkgname=ansi-wl-pprint
pkgname=haskell-ansi-wl-pprint
pkgver=0.6.8.1
-pkgrel=2
+pkgrel=3
pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
-url="http://github.com/ekmett/ansi-wl-pprint"
+url="https://github.com/ekmett/ansi-wl-pprint"
license=("custom:BSD3")
arch=('i686' 'x86_64')
depends=('ghc-libs' "haskell-ansi-terminal")
@@ -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 \
-f-example -fnewbase
@@ -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