[arch-commits] Commit in haskell-aeson-compat/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Jan 31 02:47:17 UTC 2022


    Date: Monday, January 31, 2022 @ 02:47:17
  Author: felixonmars
Revision: 1121020

upgpkg: haskell-aeson-compat 0.3.10-1

Modified:
  haskell-aeson-compat/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-31 02:39:05 UTC (rev 1121019)
+++ PKGBUILD	2022-01-31 02:47:17 UTC (rev 1121020)
@@ -3,8 +3,8 @@
 
 _hkgname=aeson-compat
 pkgname=haskell-aeson-compat
-pkgver=0.3.9
-pkgrel=268
+pkgver=0.3.10
+pkgrel=1
 pkgdesc="Compatibility layer for aeson"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -13,16 +13,11 @@
          'haskell-base-compat' 'haskell-hashable' 'haskell-scientific'
          'haskell-tagged' 'haskell-time-locale-compat' 'haskell-unordered-containers'
          'haskell-vector')
-makedepends=('ghc' 'uusi' 'haskell-base-orphans' 'haskell-quickcheck' 'haskell-quickcheck-instances'
+makedepends=('ghc' 'haskell-base-orphans' 'haskell-quickcheck' 'haskell-quickcheck-instances'
              'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('84da7cbace32527d0e20d32415ba770d14417ad4dd9ca0f86e8b5f100449af8a51a7b32c7dfdd7b3557764bd7dfc9ae4aa0a95999bc34b074f49d243a4f4bc46')
+sha512sums=('5e44568c29e9886cdfa10dfa9e7f9ce93b0927a2317fdfc9427378867d6b5cf95d1cea12a7e28ff6f7f9cb6eca4b4eb4d9d0dce3353af5b390f06ea691243557')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u QuickCheck -u aeson -u attoparsec -u base -u base-compat -u hashable -u tasty -u time $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list