Date: Wednesday, January 9, 2019 @ 12:46:15 Author: felixonmars Revision: 421130
upgpkg: haskell-psqueues 0.2.7.1-1 rebuild with psqueues 0.2.7.1 Modified: haskell-psqueues/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-09 12:44:33 UTC (rev 421129) +++ PKGBUILD 2019-01-09 12:46:15 UTC (rev 421130) @@ -3,8 +3,8 @@ _hkgname=psqueues pkgname=haskell-psqueues -pkgver=0.2.7.0 -pkgrel=13 +pkgver=0.2.7.1 +pkgrel=1 pkgdesc="Pure priority search queues" url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") @@ -13,7 +13,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=('f947c6bd357aa89c386ac093e036dd766260257a69f542ed0db0e860bf40dc12d9932a2c79f9074a7a5e500b27298be5f2ce993bd524287d6fbac6bed3fc4f1b') +sha512sums=('843845c41b65e7053658494d4f0bca48890fb8ccd1c765cdb11bad86036da6aac014f695388b67efb1f61c9e13938c2b3b1dd4932b3d41249fafb30734afe4c2') build() { cd $_hkgname-$pkgver
