[arch-commits] Commit in haskell-th-lift-instances/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Sep 22 19:16:19 UTC 2017
Date: Friday, September 22, 2017 @ 19:16:18
Author: felixonmars
Revision: 259773
upgpkg: haskell-th-lift-instances 0.1.11-7
Modified:
haskell-th-lift-instances/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-22 19:15:54 UTC (rev 259772)
+++ PKGBUILD 2017-09-22 19:16:18 UTC (rev 259773)
@@ -4,20 +4,20 @@
_hkgname=th-lift-instances
pkgname=haskell-th-lift-instances
pkgver=0.1.11
-pkgrel=6
+pkgrel=7
pkgdesc="Lift instances for template-haskell for common data types."
-url="http://github.com/bennofs/th-lift-instances/"
+url="https://github.com/bennofs/th-lift-instances/"
license=('custom:BSD3')
arch=('i686' 'x86_64')
depends=('ghc-libs' 'haskell-text' 'haskell-th-lift' 'haskell-vector')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('52a13a10dd24d94ff72b2a7a3b604054')
+sha512sums=('e4e443637c10cd21d9b6159f29ad8eb61a65bda2b625dff48ccbf1310c9abdbb1f48ff0c7e74974b78e0517db6af2889abb3c5cfeaed202c7b3efbe1c83dbc7a')
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
@@ -35,7 +35,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