[arch-commits] Commit in haskell-skein/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Sep 23 05:23:25 UTC 2017
Date: Saturday, September 23, 2017 @ 05:23:24
Author: felixonmars
Revision: 259842
upgpkg: haskell-skein 1.0.9.4-12
Modified:
haskell-skein/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-23 05:23:09 UTC (rev 259841)
+++ PKGBUILD 2017-09-23 05:23:24 UTC (rev 259842)
@@ -5,7 +5,7 @@
_hkgname=skein
pkgname=haskell-skein
pkgver=1.0.9.4
-pkgrel=11
+pkgrel=12
pkgdesc="Skein, a family of cryptographic hash functions. Includes Skein-MAC as well."
url="https://github.com/meteficha/skein"
license=("custom:BSD3")
@@ -13,12 +13,12 @@
depends=('ghc-libs' "haskell-cereal" "haskell-crypto-api" "haskell-tagged")
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('f882ca0cc5ed336ef898fb3c89579e392900259296b2320edf968b9fc16cb8c9')
+sha512sums=('4f449de2db0c9f6a22e3f7375999029c1ab9139ae2e678e5582d5ad05dc8b3c12c99951ede884228579b9acc0243b00b93dca07dd6d1ea314cc0d3d223165c34')
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-big-endian -f-force-endianness -f-reference
@@ -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