Date: Sunday, January 2, 2022 @ 22:29:47 Author: felixonmars Revision: 1092124
upgpkg: haskell-psqueues 0.2.7.3-1: rebuild with psqueues 0.2.7.3 Modified: haskell-psqueues/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-02 22:13:41 UTC (rev 1092123) +++ PKGBUILD 2022-01-02 22:29:47 UTC (rev 1092124) @@ -3,8 +3,8 @@ _hkgname=psqueues pkgname=haskell-psqueues -pkgver=0.2.7.2 -pkgrel=142 +pkgver=0.2.7.3 +pkgrel=1 pkgdesc="Pure priority search queues" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -13,13 +13,8 @@ makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('cc70bc22568d24b8618d43be7a2261ab7b55005e7e68a49a4d09b323e03954c05fe8d4de2c344760cdfef26b04bc6937bc331f7e310e1bc9b6b512068eed3be3') +sha512sums=('7a089a68f8b99f93780cc05e1b3454c266077f47a453f139bbe368cdca889e8b7098aa2770c86fcb32eddcb15837a7d60c70da946ad5a234a72bf01fff017fff') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *2.14/<3/;s/< *1.3/<2/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
