Date: Saturday, May 22, 2021 @ 17:06:36 Author: felixonmars Revision: 942066
upgpkg: haskell-aeson 1.5.6.0-25: rebuild with time-compat 1.9.6, hashable-time 0.3 Modified: haskell-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-22 16:20:12 UTC (rev 942065) +++ PKGBUILD 2021-05-22 17:06:36 UTC (rev 942066) @@ -5,7 +5,7 @@ pkgname=haskell-aeson _hkgname=aeson pkgver=1.5.6.0 -pkgrel=24 +pkgrel=25 pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance." url="https://github.com/haskell/aeson" license=("GPL") @@ -23,7 +23,7 @@ sha512sums=('31e0339945aec6d84aec230c09001fe6e7926f008d3444d12264bb323d0a050515303fdc8eeb6563733594209d930cdd2f82eb4dfe4dd4d5c573748aaa71813d') prepare() { - uusi -u attoparsec $_hkgname-$pkgver/$_hkgname.cabal + uusi -u attoparsec -u hashable-time $_hkgname-$pkgver/$_hkgname.cabal } build() {
