mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/python-jsonpatch to 1.32-1
This commit is contained in:
parent
01518ffd2b
commit
d888833e0e
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# - drop python-pypandoc makedepends
|
||||
|
||||
pkgname=python-jsonpatch
|
||||
pkgver=1.31
|
||||
pkgver=1.32
|
||||
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=('9f08014f311d18b97f0f0cfcc931f2615e0ba5079ff5994e9ba674e079be715c3c8de3ce1c1958235b34dcbe87dee09b103295655880273ce91652d2191704c0')
|
||||
sha512sums=('4e2978555dd506e09553014d426c4e3a6c6d5c865428f11450952704007c8a0b2060b945cf1fa33a128151427e1c66919891466e095e96fff4316304f0b3ad1d')
|
||||
|
||||
build() {
|
||||
cd python-json-patch-$pkgver
|
||||
|
|
Loading…
Reference in a new issue