[arch-commits] Commit in haskell-text-binary/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Sep 23 16:46:55 UTC 2017
Date: Saturday, September 23, 2017 @ 16:46:54
Author: felixonmars
Revision: 260158
upgpkg: haskell-text-binary 0.2.1.1-5
Modified:
haskell-text-binary/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-23 16:46:43 UTC (rev 260157)
+++ PKGBUILD 2017-09-23 16:46:54 UTC (rev 260158)
@@ -5,7 +5,7 @@
_hkgname=text-binary
pkgname=haskell-text-binary
pkgver=0.2.1.1
-pkgrel=4
+pkgrel=5
pkgdesc="Binary instances for text types"
url="https://github.com/kawu/text-binary"
license=("custom:BSD2")
@@ -13,12 +13,12 @@
depends=('ghc-libs' "haskell-text")
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('b697b2bd09080643d4686705c779122129638904870df5c1d41c8fc72f08f4a1')
+sha512sums=('eea91648ddc63f2997432abd2cc3d78efa27e3745c199eeccd01114df6a67dae948a16a6f784e09ba380047101fefab802f1812b0833d3e02deb45b6292c34a1')
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
@@ -36,7 +36,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