Date: Friday, August 14, 2020 @ 16:12:20 Author: felixonmars Revision: 679173
upgpkg: haskell-aeson 1.5.3.0-1: rebuild with aeson 1.5.3.0 Modified: haskell-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-14 16:05:00 UTC (rev 679172) +++ PKGBUILD 2020-08-14 16:12:20 UTC (rev 679173) @@ -4,16 +4,16 @@ pkgname=haskell-aeson _hkgname=aeson -pkgver=1.5.2.0 -pkgrel=14 +pkgver=1.5.3.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-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') +depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-compat-batteries' 'haskell-data-fix' + 'haskell-dlist' 'haskell-hashable' 'haskell-primitive' 'haskell-scientific' + 'haskell-strict' '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' 'haskell-generic-deriving' 'haskell-hashable-time' 'haskell-tasty' @@ -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=('557a6c37969fda805c34d687e4319f06e4af947a21c848924c1acc4c60e8e5750f86fd40c23526868a162b9c4c550029eda90ea0eb66f4900a999d1e37263c1e') +sha512sums=('342401b0620c5787d152bc8e7d8fba3cc8c476da624ff165bf887e6968a0cee2daa9a0931eadb80d3c85ee80f38544de424a5c107080b9ace33d35cba3f1c16e') build() { cd $_hkgname-$pkgver