community/python-jsonpatch to 1.25-1

This commit is contained in:
Kevin Mihelich 2020-02-09 12:39:52 +00:00
parent fa768286b4
commit 7af23398f7

View file

@ -7,8 +7,8 @@
pkgbase=python-jsonpatch
pkgname=(python-jsonpatch python2-jsonpatch)
pkgver=1.24
pkgrel=3
pkgver=1.25
pkgrel=1
pkgdesc="An implementation of the JSON Patch format"
arch=("any")
url="https://github.com/stefankoegl/python-json-patch"
@ -16,7 +16,7 @@ license=("BSD")
makedepends=("python-setuptools" "python2-setuptools" "python-jsonpointer" "python2-jsonpointer")
checkdepends=('python-coverage' 'python2-coverage')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/stefankoegl/python-json-patch/archive/v$pkgver.tar.gz")
sha512sums=('b12347bdde328e7369b288364ed3299b815e199abc1c4cb046042503f6980d833d6d2672b5b829f74db2efd31ac60e38d23d49bcc8f898bbaba2a859742e3cbd')
sha512sums=('5e1d5b6dcb6ee847ddd561400fe2d00e07aa1827a63ab98a38cd5e91fa0e52d8635eba1192edbccf9c7b9ce9c7ce0a414d580665c427c87a820e533d26092ad6')
prepare(){
cp -a python-json-patch-$pkgver{,-py2}