Date: Wednesday, October 5, 2022 @ 10:44:34 Author: felixonmars Revision: 1321413
upgpkg: haskell-aeson-diff 1.1.0.12-1 Modified: haskell-aeson-diff/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-05 10:29:42 UTC (rev 1321412) +++ PKGBUILD 2022-10-05 10:44:34 UTC (rev 1321413) @@ -2,8 +2,8 @@ _hkgname=aeson-diff pkgname=haskell-aeson-diff -pkgver=1.1.0.11 -pkgrel=2 +pkgver=1.1.0.12 +pkgrel=1 pkgdesc="Extract and apply patches to JSON documents" url="https://github.com/ysangkok/aeson-diff" license=('BSD') @@ -13,7 +13,7 @@ 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=('2342989d6fcd08eb0ee48577090dc69ee3c53b384969ccb76861242d00c8947f1f1bed90beb04b8a08c6dc5c5484fadf18396e46dc32ac36112b0e4aca747cfc') +sha512sums=('03b166e4b1846545314a4434afb65e2c29a7c732c20301678e6d58b0155c8b2bec0c6b1bc004c8647fd6e8d010585c287440b024a3d3d67e433e0b91d6b5d1ee') build() { cd $_hkgname-$pkgver
