mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/python-jsonpatch to 1.20-1
This commit is contained in:
parent
bca9a8b246
commit
5ad94af161
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgbase=python-jsonpatch
|
||||
pkgname=(python-jsonpatch python2-jsonpatch)
|
||||
pkgver=1.16
|
||||
pkgver=1.20
|
||||
pkgrel=1
|
||||
pkgdesc="An implementation of the JSON Patch format"
|
||||
arch=("any")
|
||||
|
@ -17,7 +17,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=('a1a4e7792790bd08ba9649066a455e244135ea8548eb81f24c5df76a9ae7dd3b360f43b16c08e1ef9376189940a74699a7a108ed5cc35283da82e83e9d1e2b79')
|
||||
sha512sums=('7b4222115bcffbd4928a8b10f00432ec2861e4b09e3f39bff8169ca036f2894d6f1fb94d96b049b5271f0aa5474f49ee67168caf0fe62260cf939290e6b87437')
|
||||
|
||||
prepare(){
|
||||
cp -a python-json-patch-$pkgver{,-py2}
|
||||
|
|
Loading…
Reference in a new issue