[arch-commits] Commit in haskell-fingertree/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Sep 23 15:13:05 UTC 2017
Date: Saturday, September 23, 2017 @ 15:13:03
Author: felixonmars
Revision: 259994
upgpkg: haskell-fingertree 0.1.1.0-5
Modified:
haskell-fingertree/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-23 15:12:20 UTC (rev 259993)
+++ PKGBUILD 2017-09-23 15:13:03 UTC (rev 259994)
@@ -5,7 +5,7 @@
_hkgname=fingertree
pkgname=haskell-fingertree
pkgver=0.1.1.0
-pkgrel=4
+pkgrel=5
pkgdesc="Generic finger-tree structure, with example instances"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("custom:BSD3")
@@ -13,12 +13,12 @@
depends=('ghc-libs')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('160c5ba370d781dbf2920ddca870ce8596ab76729972535595bef835ee1cddf0')
+sha512sums=('47d7387e11cf05a2df323c6af76a12e6cf02a857f7131203400cbc6ba9ee4c3c9e2c721a8423e6456a385f5ea0c4aedd0e9a2600d2d33609c0457cd259337016')
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