Date: Saturday, September 5, 2020 @ 21:21:48 Author: felixonmars Revision: 699195
upgpkg: haskell-pantry 0.5.1.2-1: rebuild with pantry 0.5.1.2 Modified: haskell-pantry/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-05 21:21:30 UTC (rev 699194) +++ PKGBUILD 2020-09-05 21:21:48 UTC (rev 699195) @@ -2,8 +2,8 @@ _hkgname=pantry pkgname=haskell-pantry -pkgver=0.5.1.1 -pkgrel=44 +pkgver=0.5.1.2 +pkgrel=1 pkgdesc="Content addressable Haskell package management" url="https://github.com/commercialhaskell/pantry" license=('BSD') @@ -22,7 +22,7 @@ makedepends=('ghc' 'haskell-hedgehog' 'haskell-hspec' 'haskell-quickcheck' 'haskell-raw-strings-qq') checkdepends=('git' 'mercurial') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('84c62ca4d299f41d1cf6fc403bf736ea15197e4f1ea5fcfd6d7de78785d74dd8bbca43243e183bc25722df7892fe1c856a411178c93d7dcf57f5d244c9eb2852') +sha512sums=('60012fe986487b5e1e24bee4eb92f9c96971ac961496b6eae7826d11c7c8212d63ec04835aface42b1cf20727adc95bbc63238f9e339c700d832569de66dba43') prepare() { cd $_hkgname-$pkgver @@ -44,8 +44,7 @@ check() { cd $_hkgname-$pkgver - # https://github.com/commercialhaskell/pantry/issues/26 - #runhaskell Setup test + runhaskell Setup test } package() {
