mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/python-jsonpatch to 1.28-1
This commit is contained in:
parent
0ce47bd3ed
commit
d4d804f384
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# - drop python-pypandoc makedepends
|
||||
|
||||
pkgname=python-jsonpatch
|
||||
pkgver=1.27
|
||||
pkgver=1.28
|
||||
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=('297ca02d114e6b199bd516f69dca147fbe309f0a1b031046859271720645322607236f97b489c242575f7e1ad3cab0c68b1b7f11894c5af82be24013e376c0a4')
|
||||
sha512sums=('2884cb95307cb607c8cd80e688491b4449f953e43e5b232d4d57d7249c590652ecae0856806ade6bf2807a04180e992fd2cdf61590ac058d573d653382bf7a28')
|
||||
|
||||
build() {
|
||||
cd python-json-patch-$pkgver
|
||||
|
|
Loading…
Reference in a new issue