mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/python-jsonpatch to 1.24-1
This commit is contained in:
parent
5d64ca8195
commit
d1feff2fd0
1 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
||||
# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
|
||||
# Contributor: Limao Luo <luolimao+AUR@gmail.com>
|
||||
|
@ -8,8 +7,8 @@
|
|||
|
||||
pkgbase=python-jsonpatch
|
||||
pkgname=(python-jsonpatch python2-jsonpatch)
|
||||
pkgver=1.23
|
||||
pkgrel=2
|
||||
pkgver=1.24
|
||||
pkgrel=1
|
||||
pkgdesc="An implementation of the JSON Patch format"
|
||||
arch=("any")
|
||||
url="https://github.com/stefankoegl/python-json-patch"
|
||||
|
@ -17,7 +16,7 @@ license=("BSD")
|
|||
makedepends=("python-setuptools" "python2-setuptools" "python-jsonpointer" "python2-jsonpointer")
|
||||
checkdepends=('python-coverage' 'python2-coverage')
|
||||
source=("$pkgbase-$pkgver.tar.gz::https://github.com/stefankoegl/python-json-patch/archive/v$pkgver.tar.gz")
|
||||
sha512sums=('87b12037174af6ebff81b2e544985460bd33d417845c146436bc49bd7b964b2f4cc5f9f810d817e048e69846c8f97a38fce7512168902602c94469b0bcd4fa3c')
|
||||
sha512sums=('b12347bdde328e7369b288364ed3299b815e199abc1c4cb046042503f6980d833d6d2672b5b829f74db2efd31ac60e38d23d49bcc8f898bbaba2a859742e3cbd')
|
||||
|
||||
prepare(){
|
||||
cp -a python-json-patch-$pkgver{,-py2}
|
||||
|
|
Loading…
Reference in a new issue