community/python-jsonpatch to 1.28-1

This commit is contained in:
Kevin Mihelich 2020-12-02 21:32:42 +00:00
parent 0ce47bd3ed
commit d4d804f384

View file

@ -6,7 +6,7 @@
# - drop python-pypandoc makedepends
pkgname=python-jsonpatch
pkgver=1.27
pkgver=1.28
pkgrel=1
pkgdesc="An implementation of the JSON Patch format"
arch=("any")
@ -16,7 +16,7 @@ depends=("python-jsonpointer")
makedepends=("python-setuptools")
checkdepends=('python-coverage')
source=("$pkgname-$pkgver.tar.gz::https://github.com/stefankoegl/python-json-patch/archive/v$pkgver.tar.gz")
sha512sums=('297ca02d114e6b199bd516f69dca147fbe309f0a1b031046859271720645322607236f97b489c242575f7e1ad3cab0c68b1b7f11894c5af82be24013e376c0a4')
sha512sums=('2884cb95307cb607c8cd80e688491b4449f953e43e5b232d4d57d7249c590652ecae0856806ade6bf2807a04180e992fd2cdf61590ac058d573d653382bf7a28')
build() {
cd python-json-patch-$pkgver