[arch-commits] Commit in haskell-configurator/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Sep 23 16:40:18 UTC 2017
Date: Saturday, September 23, 2017 @ 16:40:18
Author: felixonmars
Revision: 260142
upgpkg: haskell-configurator 0.3.0.0-19
Modified:
haskell-configurator/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-23 16:39:51 UTC (rev 260141)
+++ PKGBUILD 2017-09-23 16:40:18 UTC (rev 260142)
@@ -4,9 +4,9 @@
_hkgname=configurator
pkgname=haskell-configurator
pkgver=0.3.0.0
-pkgrel=18
+pkgrel=19
pkgdesc="Configuration management"
-url="http://github.com/bos/configurator"
+url="https://github.com/bos/configurator"
license=('custom:BSD3')
arch=('i686' 'x86_64')
depends=('ghc-libs' 'haskell-attoparsec' 'haskell-hashable' 'haskell-text' 'haskell-unix-compat'
@@ -13,12 +13,12 @@
'haskell-unordered-containers')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('aac63c54d79daed3f5d854ee9d34a6ef')
+sha512sums=('0c4c95b3182874c87c4b6b8e74bf8e39ec7528b49f06e9a02baed5fa4aa90a22a9504f59e881c17616ef95a1aa5450b431df8cc9317ef837d8e821f330e303c9')
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}" --datasubdir="$pkgname" \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-f-developer
@@ -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