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

Felix Yan felixonmars at gemini.archlinux.org
Sat Mar 12 21:54:08 UTC 2022


    Date: Saturday, March 12, 2022 @ 21:54:07
  Author: felixonmars
Revision: 1150293

upgpkg: haskell-aeson-diff 1.1.0.10-1: rebuild with aeson-diff 1.1.0.10

Modified:
  haskell-aeson-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-12 21:52:31 UTC (rev 1150292)
+++ PKGBUILD	2022-03-12 21:54:07 UTC (rev 1150293)
@@ -2,8 +2,8 @@
 
 _hkgname=aeson-diff
 pkgname=haskell-aeson-diff
-pkgver=1.1.0.9
-pkgrel=271
+pkgver=1.1.0.10
+pkgrel=1
 pkgdesc="Extract and apply patches to JSON documents"
 url="https://github.com/thsutton/aeson-diff"
 license=('BSD')
@@ -11,16 +11,11 @@
 depends=('ghc-libs' 'haskell-aeson' 'haskell-edit-distance-vector' 'haskell-hashable'
          'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector'
          'haskell-optparse-applicative')
-makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-glob' 'haskell-quickcheck'
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'haskell-quickcheck'
              'haskell-quickcheck-instances' 'hlint')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('2778eabe53ac0520028c9eccae7f52dcdeb2eccb4df4ff6a84e4625afc5d46533ebf61b6b99c16eb5ffe9792e781b0f9a8e1e43c2b69b751d1dbc5dd627635d9')
+sha512sums=('fc4f883c3dba0b2191bcc3c1816af4f5277e42a31bb06eafba0cf5052eb350e5ff2b9fc88a7bc9d9233d7c60768466cac7f95fe53c074c2df5aa91e4806607d5')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u base $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list