Date: Saturday, September 23, 2017 @ 17:18:46 Author: felixonmars Revision: 260228
upgpkg: haskell-lrucache 1.2.0.0-22 Modified: haskell-lrucache/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-23 17:18:21 UTC (rev 260227) +++ PKGBUILD 2017-09-23 17:18:46 UTC (rev 260228) @@ -5,20 +5,20 @@ _hkgname=lrucache pkgname=haskell-lrucache pkgver=1.2.0.0 -pkgrel=21 +pkgrel=22 pkgdesc="a simple, pure LRU cache" -url="http://github.com/chowells79/lrucache" +url="https://github.com/chowells79/lrucache" license=("custom:BSD3") arch=('i686' 'x86_64') depends=('ghc-libs' "haskell-contravariant") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('5f17a9e026e198152d13830a0eae0df21be437c238a3f157f7c188fe27a37616') +sha512sums=('efbd2fe79188a0fb06cb9b3c0603d03d643cc38d7e067d9413889a8cc3546094f09928c4451efd4215d24aa8a48ce02dcb5b65b6b82b540ae86a3a8da5bd9567') 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 }
