Date: Saturday, October 8, 2022 @ 17:48:32
  Author: felixonmars
Revision: 1324410

upgpkg: haskell-aeson-diff 1.1.0.13-1

Modified:
  haskell-aeson-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-08 17:48:14 UTC (rev 1324409)
+++ PKGBUILD    2022-10-08 17:48:32 UTC (rev 1324410)
@@ -2,18 +2,18 @@
 
 _hkgname=aeson-diff
 pkgname=haskell-aeson-diff
-pkgver=1.1.0.12
-pkgrel=3
+pkgver=1.1.0.13
+pkgrel=1
 pkgdesc="Extract and apply patches to JSON documents"
 url="https://github.com/ysangkok/aeson-diff";
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-edit-distance-vector' 
'haskell-scientific'
-         'haskell-vector' 'haskell-optparse-applicative')
+         'haskell-vector' 'haskell-optparse-applicative' 'haskell-yaml')
 makedepends=('ghc' 'haskell-glob' 'haskell-quickcheck' 'haskell-cabal-doctest' 
'haskell-doctest'
              'hlint')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('03b166e4b1846545314a4434afb65e2c29a7c732c20301678e6d58b0155c8b2bec0c6b1bc004c8647fd6e8d010585c287440b024a3d3d67e433e0b91d6b5d1ee')
+sha512sums=('78ae5da41f4962871bc3dd0a2cc79abf4964e639eb7cdb5b5cb65f5a4dfabeddd9c3fc9fe4446f2ae1b3dde1fe888091205540a852da451e76743efee07febe2')
 
 build() {
     cd $_hkgname-$pkgver

Reply via email to