Date: Thursday, March 15, 2018 @ 14:04:50 Author: felixonmars Revision: 308492
upgpkg: haskell-psqueues 0.2.6.0-1 rebuild with psqueues,0.2.6.0 Modified: haskell-psqueues/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-15 13:57:59 UTC (rev 308491) +++ PKGBUILD 2018-03-15 14:04:50 UTC (rev 308492) @@ -4,8 +4,8 @@ _hkgname=psqueues pkgname=haskell-psqueues -pkgver=0.2.5.0 -pkgrel=3 +pkgver=0.2.6.0 +pkgrel=1 pkgdesc="Pure priority search queues" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -14,7 +14,7 @@ makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tagged' 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('e2d23dde1fa2fd89881bfe194f042ea57f572fe2a67a3ae4d512c438ce4ad28bace03831cb0d194e95b39251a7364b0b1b3e5c0d4c568d55eb7b08908249b3cf') +sha512sums=('a006f645f31a4d928108d6799582804c40f9b34e115f121531ead72274847cb762889ce1085a1892bbe0da3d2328ac53c7a8820fc745d935c7164514fe1ce87d') build() { cd $_hkgname-$pkgver
