Date: Wednesday, October 5, 2022 @ 10:46:08 Author: felixonmars Revision: 1321415
upgpkg: haskell-input-parsers 0.3-1: rebuild with input-parsers 0.3 Modified: haskell-input-parsers/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-05 10:45:01 UTC (rev 1321414) +++ PKGBUILD 2022-10-05 10:46:08 UTC (rev 1321415) @@ -2,8 +2,8 @@ _hkgname=input-parsers pkgname=haskell-input-parsers -pkgver=0.2.3.2 -pkgrel=48 +pkgver=0.3 +pkgrel=1 pkgdesc="Extension of the parsers library with more capability and efficiency" url="https://github.com/blamario/input-parsers" license=('BSD') @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-attoparsec' 'haskell-monoid-subclasses' 'haskell-parsers') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('3eca3e83ba1e98e4f2386f6162e1a6e2eaad902aa390785032fded05ea11ba69f1490bae7ed57283782b9b6650fe3dd35765a9cc4a9960fbde1bbada897311c3') +sha512sums=('526e1f16e96090436bbfdf5d0481123da604e3bcaff08c3128552d63d897226b7b49706cfb5f87ba346bd985e9af921b273afa3fa1c4b352820e1db242de574e') build() { cd $_hkgname-$pkgver
