Date: Thursday, October 13, 2022 @ 23:41:31
  Author: felixonmars
Revision: 1328081

upgpkg: haskell-aeson 2.1.0.0-1: rebuild with aeson 2.1.0.0

Modified:
  haskell-aeson/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-13 23:34:59 UTC (rev 1328080)
+++ PKGBUILD    2022-10-13 23:41:31 UTC (rev 1328081)
@@ -4,24 +4,24 @@
 
 pkgname=haskell-aeson
 _hkgname=aeson
-pkgver=2.0.3.0
-pkgrel=4
+pkgver=2.1.0.0
+pkgrel=1
 pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance"
 url="https://github.com/haskell/aeson";
 license=("GPL")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-onetuple' 'haskell-quickcheck' 
'haskell-attoparsec'
-         'haskell-base-compat-batteries' 'haskell-data-fix' 'haskell-dlist' 
'haskell-hashable'
-         'haskell-indexed-traversable' 'haskell-primitive' 
'haskell-scientific' 'haskell-semialign'
-         'haskell-strict' 'haskell-tagged' 'haskell-text-short' 
'haskell-th-abstraction'
-         'haskell-these' 'haskell-time-compat' 'haskell-unordered-containers' 
'haskell-uuid-types'
-         'haskell-vector' 'haskell-witherable')
+         'haskell-base-compat-batteries' 'haskell-data-fix' 'haskell-dlist' 
'haskell-generically'
+         'haskell-hashable' 'haskell-indexed-traversable' 'haskell-primitive' 
'haskell-scientific'
+         'haskell-semialign' 'haskell-strict' 'haskell-tagged' 
'haskell-text-short'
+         'haskell-th-abstraction' 'haskell-these' 'haskell-time-compat'
+         'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector' 
'haskell-witherable')
 makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-base-compat' 
'haskell-base-orphans'
              'haskell-base16-bytestring' 'haskell-generic-deriving' 
'haskell-integer-logarithms'
              'haskell-quickcheck-instances' 'haskell-tasty' 
'haskell-tasty-golden'
              'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
-sha512sums=('546adaaf864ca40012a268d71f442479f0ad7c69e9f943391801570e227a2faa652494766f1f63b77c730e019e83ebdd7511426baa12792a28fbb470eca64552')
+sha512sums=('c73a1f783e838649145250ce0b1a0e7ff75fe513dfd4866182c6131c5c50a37529ad714cb94258b84b2f579a6ee81e7c29a1ce143328dd198ba690132861965d')
 
 prepare() {
   cd $_hkgname-$pkgver

Reply via email to