[arch-commits] Commit in haskell-input-parsers/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Jul 24 04:22:37 UTC 2021
Date: Saturday, July 24, 2021 @ 04:22:37
Author: felixonmars
Revision: 984851
upgpkg: haskell-input-parsers 0.2.3-1: rebuild with input-parsers 0.2.3
Modified:
haskell-input-parsers/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-24 04:18:39 UTC (rev 984850)
+++ PKGBUILD 2021-07-24 04:22:37 UTC (rev 984851)
@@ -2,8 +2,8 @@
_hkgname=input-parsers
pkgname=haskell-input-parsers
-pkgver=0.2.2
-pkgrel=7
+pkgver=0.2.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=('31912d51f1bc6415433deee18b8bf66083515f68168f5f726c17708dd3da58a5e61f7e9e7b9275d8d49399b6254fa75a7e87da8e65b046cc927d9bd149f115c2')
+sha512sums=('6db607bb49d94603c62243554c631a5e4e0ffb79dc5352b43e5ce0a23318f22796a4162275ab51ea979fe056970d21fe3a59df8e077fea702b3de4dbe50ea5a4')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list