Date: Saturday, September 19, 2020 @ 00:51:14 Author: felixonmars Revision: 710799
upgpkg: haskell-hashtables 1.2.4.1-1: rebuild with hashtables 1.2.4.1 Modified: haskell-hashtables/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-19 00:49:24 UTC (rev 710798) +++ PKGBUILD 2020-09-19 00:51:14 UTC (rev 710799) @@ -3,8 +3,8 @@ _hkgname=hashtables pkgname=haskell-hashtables -pkgver=1.2.4.0 -pkgrel=5 +pkgver=1.2.4.1 +pkgrel=1 pkgdesc="Mutable hash tables in the ST monad" url="https://hackage.haskell.org/package/${_hkgname}" license=('BSD') @@ -14,13 +14,8 @@ 'haskell-test-framework' 'haskell-test-framework-quickcheck2' 'haskell-test-framework-hunit') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('4b4aa28d5d515252f1c8629a094b752bc35a0172221bb81b7a770e1c51db44a481c11b6f9cbc00dcb042e440b379e1e6208e1990d1abeca3ae237a8d7e18bb83') +sha512sums=('e88fb8f9c8a51be31e5d07ca1fef3d1a05a347942878f84a500d8c224b1118a2be97f9a947f17834a8331f296f302eafeef34d1f151360361675ecf5204b38f6') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *0.14/<1/;s/< *1.3/<2/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
