Date: Sunday, March 31, 2019 @ 17:29:48 Author: felixonmars Revision: 446841
upgpkg: haskell-incremental-parser 0.3.2.2-1 rebuild with incremental-parser 0.3.2.2 Modified: haskell-incremental-parser/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-31 17:24:04 UTC (rev 446840) +++ PKGBUILD 2019-03-31 17:29:48 UTC (rev 446841) @@ -3,8 +3,8 @@ _hkgname=incremental-parser pkgname=haskell-incremental-parser -pkgver=0.3.2.1 -pkgrel=13 +pkgver=0.3.2.2 +pkgrel=1 pkgdesc="Generic parser library capable of providing partial results from partial input." url="https://hackage.haskell.org/package/${_hkgname}" license=('GPL') @@ -13,7 +13,7 @@ makedepends=('ghc' 'haskell-quickcheck' 'haskell-checkers' 'haskell-tasty' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('c2315d85e8e61ccba779bb62a601844cab44b96acf5165318de279499155fe62a9b691fe2dba129d31a846f4082f745304c84f461a49104b7a1dc90e82fb66af') +sha512sums=('773b84a540ee34db855a74bafb41c6640d24f3ef519f201447fa524a6545a290f3f1b9a5d42edb9d88754f845a8fa399afe22a5c680ef5eb72f55302263d475c') build() { cd $_hkgname-$pkgver
