Date: Sunday, June 13, 2021 @ 20:07:26 Author: felixonmars Revision: 963318
upgpkg: haskell-input-parsers 0.2.2-1: rebuild with input-parsers 0.2.2 Modified: haskell-input-parsers/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-13 20:03:40 UTC (rev 963317) +++ PKGBUILD 2021-06-13 20:07:26 UTC (rev 963318) @@ -2,8 +2,8 @@ _hkgname=input-parsers pkgname=haskell-input-parsers -pkgver=0.2.1 -pkgrel=5 +pkgver=0.2.2 +pkgrel=1 pkgdesc="Extension of the parsers library with more capability and efficiency" url="https://github.com/blamario/input-parsers" license=('BSD') @@ -10,16 +10,9 @@ arch=('x86_64') 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 - $_hkgname-import-fixes.patch::https://github.com/blamario/input-parsers/commit/999f30ca7c243ef46379b60bd1dcc7be43d28e65.patch) -sha512sums=('811185bae5482cc27553835aa1ce7b43443186e739656060d652d254e757df69acd380344fc98e8f0c3e166c71280d5406d80990948ff84c1752ed62bb65597d' - '82897bcfc69d9658971854782232de9c64745159489f287735dac0aed32481ba12962c5108ff07e528038e94ab29391528a8783dc885b413a2fee77c50c889f5') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('31912d51f1bc6415433deee18b8bf66083515f68168f5f726c17708dd3da58a5e61f7e9e7b9275d8d49399b6254fa75a7e87da8e65b046cc927d9bd149f115c2') -prepare() { - cd $_hkgname-$pkgver - patch -p1 -i ../$_hkgname-import-fixes.patch -} - build() { cd $_hkgname-$pkgver
