Date: Thursday, September 27, 2018 @ 10:14:17 Author: felixonmars Revision: 386111
upgpkg: haskell-aeson 1.4.1.0-1 rebuild with aeson 1.4.1.0 Modified: haskell-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-27 10:13:04 UTC (rev 386110) +++ PKGBUILD 2018-09-27 10:14:17 UTC (rev 386111) @@ -4,21 +4,22 @@ pkgname=haskell-aeson _hkgname=aeson -pkgver=1.4.0.0 -pkgrel=7 +pkgver=1.4.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-attoparsec' 'haskell-base-compat' 'haskell-dlist' 'haskell-hashable' - 'haskell-scientific' 'haskell-tagged' 'haskell-th-abstraction' 'haskell-time-locale-compat' - 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector') + 'haskell-primitive' 'haskell-scientific' 'haskell-tagged' 'haskell-th-abstraction' + 'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-uuid-types' + 'haskell-vector') makedepends=('ghc' 'haskell-quickcheck' 'haskell-integer-logarithms' 'haskell-base-orphans' 'haskell-base16-bytestring' 'haskell-generic-deriving' 'haskell-hashable-time' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-quickcheck-instances') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz") -sha512sums=('ebda273ed445c498ec58850fafaafaef3caf65d31939909377a9add638bb5f8a95a22121250019df2036c8552b7abdbb84a7d4ed7c6b9ab39ac4e1e89c741874') +sha512sums=('b2e6451579b56fafb78a1e1667430979da124817429f50b0549858d7a4957a25a26eb722364ef0bdb99d914eb9bb2afa2e0d33f51744910b179a58be26c81dd7') prepare() { cd $_hkgname-$pkgver
