[arch-commits] Commit in haskell-wl-pprint-extras/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Sep 23 16:30:36 UTC 2017
Date: Saturday, September 23, 2017 @ 16:30:35
Author: felixonmars
Revision: 260124
upgpkg: haskell-wl-pprint-extras 3.5.0.5-18
Modified:
haskell-wl-pprint-extras/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-23 16:30:25 UTC (rev 260123)
+++ PKGBUILD 2017-09-23 16:30:35 UTC (rev 260124)
@@ -4,15 +4,15 @@
_hkgname=wl-pprint-extras
pkgname=haskell-wl-pprint-extras
pkgver=3.5.0.5
-pkgrel=17
+pkgrel=18
pkgdesc="A free monad based on the Wadler/Leijen pretty printer"
-url="http://github.com/ekmett/wl-pprint-extras/"
+url="https://github.com/ekmett/wl-pprint-extras/"
license=('custom:BSD3')
arch=('i686' 'x86_64')
depends=('ghc-libs' 'haskell-semigroups' 'haskell-semigroupoids' 'haskell-utf8-string' 'haskell-text')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('03a7c3b6700f5c729229c7652a0e85cd')
+sha512sums=('705107842ccbf4eb23d0b9e8069fd4d5bb1b03ffecbf9efaa8a579fd977380913d590fa370cc42476d5b28fde98fc44e7879fe343f761cd1751ebeb0b8c0e242')
prepare() {
sed -i '/nats/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
@@ -21,7 +21,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
runhaskell Setup build
@@ -39,7 +39,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