Date: Thursday, November 29, 2018 @ 07:57:00 Author: felixonmars Revision: 410526
upgpkg: haskell-lrucache 1.2.0.1-1 rebuild with lrucache 1.2.0.1 Modified: haskell-lrucache/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-29 07:38:50 UTC (rev 410525) +++ PKGBUILD 2018-11-29 07:57:00 UTC (rev 410526) @@ -3,8 +3,8 @@ _hkgname=lrucache pkgname=haskell-lrucache -pkgver=1.2.0.0 -pkgrel=33 +pkgver=1.2.0.1 +pkgrel=1 pkgdesc="a simple, pure LRU cache" url="https://github.com/chowells79/lrucache" license=("custom:BSD3") @@ -12,13 +12,8 @@ depends=('ghc-libs' "haskell-contravariant") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('efbd2fe79188a0fb06cb9b3c0603d03d643cc38d7e067d9413889a8cc3546094f09928c4451efd4215d24aa8a48ce02dcb5b65b6b82b540ae86a3a8da5bd9567') +sha512sums=('fae5c8a10bb7ee781ed84ccf9c342bd583e112eb840d07aa72803affe3fa7dd394b3d6b73212e45005ec9155a409539902c4893ce20dc0a2a0e3f4a44b2c715b') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *0.6/<1/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver