diff --git a/extra/python-jsonpatch/.SRCINFO b/extra/python-jsonpatch/.SRCINFO new file mode 100644 index 000000000..c73dc1b5e --- /dev/null +++ b/extra/python-jsonpatch/.SRCINFO @@ -0,0 +1,15 @@ +pkgbase = python-jsonpatch + pkgdesc = An implementation of the JSON Patch format + pkgver = 1.33 + pkgrel = 2 + url = https://github.com/stefankoegl/python-json-patch + arch = any + license = BSD + checkdepends = python-coverage + makedepends = python-setuptools + makedepends = python-pypandoc + depends = python-jsonpointer + source = python-jsonpatch-1.33.tar.gz::https://github.com/stefankoegl/python-json-patch/archive/v1.33.tar.gz + sha512sums = 0685f63949bee135b19d0962bdaab32ba97e02772b6650d885be57c09a2e89546222ebba1a4cf146b2f91027790b0a3ff2ea072d66dcebf9153aa601638bbfa2 + +pkgname = python-jsonpatch diff --git a/extra/python-jsonpatch/PKGBUILD b/extra/python-jsonpatch/PKGBUILD index 69aa2ee40..966c02e9e 100644 --- a/extra/python-jsonpatch/PKGBUILD +++ b/extra/python-jsonpatch/PKGBUILD @@ -7,7 +7,7 @@ pkgname=python-jsonpatch pkgver=1.33 -pkgrel=1 +pkgrel=2 pkgdesc="An implementation of the JSON Patch format" arch=("any") url="https://github.com/stefankoegl/python-json-patch"