mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/python-jsonpatch to 1.29-1
This commit is contained in:
parent
619809cb10
commit
c02072eb1a
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# - drop python-pypandoc makedepends
|
||||
|
||||
pkgname=python-jsonpatch
|
||||
pkgver=1.28
|
||||
pkgver=1.29
|
||||
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=('2884cb95307cb607c8cd80e688491b4449f953e43e5b232d4d57d7249c590652ecae0856806ade6bf2807a04180e992fd2cdf61590ac058d573d653382bf7a28')
|
||||
sha512sums=('eea5f38797c74d420c2eaf0bd1145d3ecf1ef595b1fe0f9816a031023fd98cd34013e12ed8ef3636715b2761a692303abee5ec814b44d4d9b9c0363a5b736979')
|
||||
|
||||
build() {
|
||||
cd python-json-patch-$pkgver
|
||||
|
|
Loading…
Reference in a new issue