Date: Wednesday, January 19, 2022 @ 02:22:37 Author: felixonmars Revision: 1110338
upgpkg: haskell-attoparsec-iso8601 1.0.2.1-1: rebuild with attoparsec-iso8601 1.0.2.1 Modified: haskell-attoparsec-iso8601/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-19 02:20:38 UTC (rev 1110337) +++ PKGBUILD 2022-01-19 02:22:37 UTC (rev 1110338) @@ -2,8 +2,8 @@ _hkgname=attoparsec-iso8601 pkgname=haskell-attoparsec-iso8601 -pkgver=1.0.2.0 -pkgrel=82 +pkgver=1.0.2.1 +pkgrel=1 pkgdesc="Parsing of ISO 8601 dates, originally from aeson" url="https://github.com/haskell/aeson" license=('BSD') @@ -11,12 +11,11 @@ depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-compat-batteries' 'haskell-time-compat') makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('ae9595bbcaccd681afb223455484d0ee60690d8a468291cbde5c9eab6298d46434c43589ad3b55e9509e934aa34c382a6546c41b8e27dbbf7002bde20d6ee2a7') +sha512sums=('7be279057d0338c5825f5a9d578df23364325e274334d0cca37a4cba6a3a626202994fa284f529b08c3e1067278f6a1fbabbcaf2769a845efdaa05605ed4a6e0') prepare() { cd $_hkgname-$pkgver gen-setup - uusi -u attoparsec $_hkgname.cabal } build() {
