community/python-jsonpatch to 1.30-1

This commit is contained in:
Kevin Mihelich 2021-04-25 16:28:31 +00:00
parent 3d6d4a5238
commit 3b999e7d04

View file

@ -6,7 +6,7 @@
# - drop python-pypandoc makedepends
pkgname=python-jsonpatch
pkgver=1.29
pkgver=1.30
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=('eea5f38797c74d420c2eaf0bd1145d3ecf1ef595b1fe0f9816a031023fd98cd34013e12ed8ef3636715b2761a692303abee5ec814b44d4d9b9c0363a5b736979')
sha512sums=('190507eb6d6b4a81e7e804690672863d5070c140a47090b70df36d8180644618395ffc179dabf6ba24e44268b74f670abdfd260c54dc3251b12ef4b7ad17d093')
build() {
cd python-json-patch-$pkgver