community/python-jsonpatch to 1.26-1

This commit is contained in:
Kevin Mihelich 2020-06-22 17:54:17 +00:00
parent 6f9850b62e
commit 3cb5a654c5

View file

@ -6,8 +6,8 @@
# - drop python-pypandoc makedepends
pkgname=python-jsonpatch
pkgver=1.25
pkgrel=2
pkgver=1.26
pkgrel=1
pkgdesc="An implementation of the JSON Patch format"
arch=("any")
url="https://github.com/stefankoegl/python-json-patch"
@ -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=('5e1d5b6dcb6ee847ddd561400fe2d00e07aa1827a63ab98a38cd5e91fa0e52d8635eba1192edbccf9c7b9ce9c7ce0a414d580665c427c87a820e533d26092ad6')
sha512sums=('1ab25c8e091cd0b772062a8c448fee4772081d8bd715489b2f7a76e4c0bdff8b26dd38b26c3037cf9bdf8780b97e62a20b6a5bdc43f43af16fdae51d1291bf52')
build() {
cd "$srcdir"/python-json-patch-$pkgver