[arch-commits] Commit in haskell-microlens-platform/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Sep 23 15:10:24 UTC 2017
Date: Saturday, September 23, 2017 @ 15:10:23
Author: felixonmars
Revision: 259990
upgpkg: haskell-microlens-platform 0.3.9.0-5
Modified:
haskell-microlens-platform/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-23 15:10:10 UTC (rev 259989)
+++ PKGBUILD 2017-09-23 15:10:23 UTC (rev 259990)
@@ -5,9 +5,9 @@
_hkgname=microlens-platform
pkgname=haskell-microlens-platform
pkgver=0.3.9.0
-pkgrel=4
+pkgrel=5
pkgdesc="Feature-complete microlens"
-url="http://github.com/aelve/microlens"
+url="https://github.com/aelve/microlens"
license=("custom:BSD3")
arch=('i686' 'x86_64')
depends=('ghc-libs' "haskell-hashable" "haskell-microlens" "haskell-microlens-ghc"
@@ -15,12 +15,12 @@
"haskell-unordered-containers" "haskell-vector")
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('93076f4c17e5ce65db89ccf50924b395667a730c8ff0c1a94b03b94b9a373539')
+sha512sums=('a7a4392a841e4d2d51fc8f8ceea72f919a1184672aa6b8b2e1e0c822320b7d5b0687dff92c67d580e49a07e98eefee3c11e52d44f7695205141ebe0005d3708b')
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
@@ -38,7 +38,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