[arch-commits] Commit in haskell-constraints/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Sep 23 17:08:26 UTC 2017
Date: Saturday, September 23, 2017 @ 17:08:26
Author: felixonmars
Revision: 260206
upgpkg: haskell-constraints 0.9.1-7
Modified:
haskell-constraints/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-23 17:08:13 UTC (rev 260205)
+++ PKGBUILD 2017-09-23 17:08:26 UTC (rev 260206)
@@ -5,20 +5,20 @@
_hkgname=constraints
pkgname=haskell-constraints
pkgver=0.9.1
-pkgrel=6
+pkgrel=7
pkgdesc="Constraint manipulation"
-url="http://github.com/ekmett/constraints/"
+url="https://github.com/ekmett/constraints/"
license=("custom:BSD2")
arch=('i686' 'x86_64')
depends=('ghc-libs' "haskell-hashable" "haskell-mtl" "haskell-transformers-compat")
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('276e012838861145fca65d065dd9839f7cbd71236032b557194389180a30a785')
+sha512sums=('0edfde6e9c9db04649bb97708a346e69536b4775f5ac32e7fe4047dcb0d39960616a4cd7f83b582222f097376db43f39361ecedae6967defda7dfb4364cc0764')
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