[arch-commits] Commit in haskell-murmur-hash/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Sep 24 08:31:19 UTC 2017
Date: Sunday, September 24, 2017 @ 08:31:18
Author: felixonmars
Revision: 260369
upgpkg: haskell-murmur-hash 0.1.0.9-4
Modified:
haskell-murmur-hash/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-24 08:29:03 UTC (rev 260368)
+++ PKGBUILD 2017-09-24 08:31:18 UTC (rev 260369)
@@ -5,20 +5,20 @@
_hkgname=murmur-hash
pkgname=haskell-murmur-hash
pkgver=0.1.0.9
-pkgrel=3
+pkgrel=4
pkgdesc="MurmurHash2 implementation for Haskell."
-url="http://github.com/nominolo/murmur-hash"
+url="https://github.com/nominolo/murmur-hash"
license=('custom:BSD3')
arch=('i686' 'x86_64')
depends=('ghc-libs')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('41067ee12efac866e194aa41edfc72f7')
+sha512sums=('7ec34346d6361de9e9d716d98f207534807faea97c683212e5ab037d2e16f007845eb265dba0e232617a80acc7e37f4238d4424883b975d04057ade595788486')
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