[arch-commits] Commit in haskell-math-functions/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Sep 23 06:08:16 UTC 2017
Date: Saturday, September 23, 2017 @ 06:08:15
Author: felixonmars
Revision: 259898
upgpkg: haskell-math-functions 0.2.1.0-5
Modified:
haskell-math-functions/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-23 06:08:00 UTC (rev 259897)
+++ PKGBUILD 2017-09-23 06:08:15 UTC (rev 259898)
@@ -5,7 +5,7 @@
_hkgname=math-functions
pkgname=haskell-math-functions
pkgver=0.2.1.0
-pkgrel=4
+pkgrel=5
pkgdesc="Special functions and Chebyshev polynomials"
url="https://github.com/bos/math-functions"
license=("custom:BSD3")
@@ -13,12 +13,12 @@
depends=('ghc-libs' "haskell-primitive" "haskell-vector" "haskell-vector-th-unbox")
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('f71b5598de453546396a3f5f7f6ce877fffcc996639b7569d8628cae97da65eb')
+sha512sums=('8124ec1c10791d54ed7420770311d83bcaed0829a29bda79a2f963cfa42e50c21d5e79d3d9480795ee59ab5a461bf04b64fedf30955e8fef6593004c4137b7f4')
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 \
-f-system-expm1
@@ -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