Date: Wednesday, June 12, 2019 @ 17:38:51 Author: felixonmars Revision: 480896
upgpkg: haskell-psqueues 0.2.7.2-1 rebuild with psqueues 0.2.7.2 Modified: haskell-psqueues/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-12 17:03:19 UTC (rev 480895) +++ PKGBUILD 2019-06-12 17:38:51 UTC (rev 480896) @@ -3,23 +3,18 @@ _hkgname=psqueues pkgname=haskell-psqueues -pkgver=0.2.7.1 -pkgrel=10 +pkgver=0.2.7.2 +pkgrel=1 pkgdesc="Pure priority search queues" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-hashable') -makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tagged' 'haskell-test-framework' - 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') +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=('843845c41b65e7053658494d4f0bca48890fb8ccd1c765cdb11bad86036da6aac014f695388b67efb1f61c9e13938c2b3b1dd4932b3d41249fafb30734afe4c2') +sha512sums=('cc70bc22568d24b8618d43be7a2261ab7b55005e7e68a49a4d09b323e03954c05fe8d4de2c344760cdfef26b04bc6937bc331f7e310e1bc9b6b512068eed3be3') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *2.13/<3/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
