mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/python-jsonpatch to 1.26-1
This commit is contained in:
parent
6f9850b62e
commit
3cb5a654c5
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
||||||
# - drop python-pypandoc makedepends
|
# - drop python-pypandoc makedepends
|
||||||
|
|
||||||
pkgname=python-jsonpatch
|
pkgname=python-jsonpatch
|
||||||
pkgver=1.25
|
pkgver=1.26
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="An implementation of the JSON Patch format"
|
pkgdesc="An implementation of the JSON Patch format"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
url="https://github.com/stefankoegl/python-json-patch"
|
url="https://github.com/stefankoegl/python-json-patch"
|
||||||
|
@ -16,7 +16,7 @@ depends=("python-jsonpointer")
|
||||||
makedepends=("python-setuptools")
|
makedepends=("python-setuptools")
|
||||||
checkdepends=('python-coverage')
|
checkdepends=('python-coverage')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/stefankoegl/python-json-patch/archive/v$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/stefankoegl/python-json-patch/archive/v$pkgver.tar.gz")
|
||||||
sha512sums=('5e1d5b6dcb6ee847ddd561400fe2d00e07aa1827a63ab98a38cd5e91fa0e52d8635eba1192edbccf9c7b9ce9c7ce0a414d580665c427c87a820e533d26092ad6')
|
sha512sums=('1ab25c8e091cd0b772062a8c448fee4772081d8bd715489b2f7a76e4c0bdff8b26dd38b26c3037cf9bdf8780b97e62a20b6a5bdc43f43af16fdae51d1291bf52')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir"/python-json-patch-$pkgver
|
cd "$srcdir"/python-json-patch-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue