mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/python-jsonpatch to 1.21-1
This commit is contained in:
parent
383d992fbb
commit
c3391f00f1
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgbase=python-jsonpatch
|
||||
pkgname=(python-jsonpatch python2-jsonpatch)
|
||||
pkgver=1.20
|
||||
pkgver=1.21
|
||||
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=('7b4222115bcffbd4928a8b10f00432ec2861e4b09e3f39bff8169ca036f2894d6f1fb94d96b049b5271f0aa5474f49ee67168caf0fe62260cf939290e6b87437')
|
||||
sha512sums=('c650c75bdc322ccd4d89b18ab85b3d417f4a3e7f200c0ffe585495ca15f88dea9cbaf5fb2d47ab0b328189cd85ff9d58b718151817ec01536808fbd328cd1409')
|
||||
|
||||
prepare(){
|
||||
cp -a python-json-patch-$pkgver{,-py2}
|
||||
|
|
Loading…
Reference in a new issue