Date: Friday, March 26, 2021 @ 20:00:47 Author: felixonmars Revision: 904723
upgpkg: haskell-attoparsec-iso8601 1.0.2.0-33: rebuild with attoparsec 0.14.1 Modified: haskell-attoparsec-iso8601/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-26 19:55:02 UTC (rev 904722) +++ PKGBUILD 2021-03-26 20:00:47 UTC (rev 904723) @@ -3,7 +3,7 @@ _hkgname=attoparsec-iso8601 pkgname=haskell-attoparsec-iso8601 pkgver=1.0.2.0 -pkgrel=32 +pkgrel=33 pkgdesc="Parsing of ISO 8601 dates, originally from aeson" url="https://github.com/haskell/aeson" license=('BSD') @@ -16,6 +16,7 @@ prepare() { cd $_hkgname-$pkgver gen-setup + uusi -u attoparsec $_hkgname.cabal } build() {
