[arch-commits] Commit in haskell-data-checked/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Sep 23 15:24:43 UTC 2017
Date: Saturday, September 23, 2017 @ 15:24:42
Author: felixonmars
Revision: 260016
upgpkg: haskell-data-checked 0.3-4
Modified:
haskell-data-checked/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-23 15:24:05 UTC (rev 260015)
+++ PKGBUILD 2017-09-23 15:24:42 UTC (rev 260016)
@@ -4,7 +4,7 @@
_hkgname=data-checked
pkgname=haskell-data-checked
pkgver=0.3
-pkgrel=3
+pkgrel=4
pkgdesc="Type-indexed runtime-checked properties"
url="https://github.com/mvv/data-checked"
license=('custom:BSD3')
@@ -12,12 +12,12 @@
depends=('ghc-libs')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('7abc06619bd175cece9994cf8f1361a9')
+sha512sums=('b284863ce7e66a3356ca327513c891fd62abef484cd2a1e1251c6763da2cab72ec90adf16223a15f17f74374bc133270eabd30583c16d9a9fb7a00dbdba44afa')
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
@@ -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