Date: Thursday, May 28, 2020 @ 17:09:00 Author: felixonmars Revision: 636502
upgpkg: haskell-aeson 1.5.1.0-1: rebuild with aeson 1.5.1.0 Modified: haskell-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-28 17:06:47 UTC (rev 636501) +++ PKGBUILD 2020-05-28 17:09:00 UTC (rev 636502) @@ -4,15 +4,15 @@ pkgname=haskell-aeson _hkgname=aeson -pkgver=1.5.0.0 -pkgrel=2 +pkgver=1.5.1.0 +pkgrel=1 pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance." url="https://github.com/bos/aeson" license=("GPL") arch=('x86_64') -depends=('ghc-libs' 'haskell-assoc' 'haskell-attoparsec' 'haskell-base-compat-batteries' - 'haskell-dlist' 'haskell-hashable' 'haskell-primitive' 'haskell-scientific' - 'haskell-tagged' 'haskell-th-abstraction' 'haskell-time-compat' +depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-compat-batteries' 'haskell-dlist' + 'haskell-hashable' 'haskell-primitive' 'haskell-scientific' 'haskell-tagged' + 'haskell-th-abstraction' 'haskell-these' 'haskell-time-compat' 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector') makedepends=('ghc' 'haskell-quickcheck' 'haskell-integer-logarithms' 'haskell-base-orphans' 'haskell-base16-bytestring' 'haskell-diff' @@ -20,7 +20,7 @@ 'haskell-tasty-golden' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-quickcheck-instances') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") -sha512sums=('adfde74a412a18ffdf5a8cbc05476741e7295efb955e34d26ce662bd71d63b7bf6cf7f10021377179eaa9b32a35d1f854bbd8a84a5c6f89e103910939059ba46') +sha512sums=('10f6dc55d9005b5a9e797eb977e6566e2886aab5af252778cd0ece4d5fd9c3ede050561296efea291c0abf8b8479cc307a50780e963b7c6303e79f3a77fe2470') build() { cd $_hkgname-$pkgver
