jsonpatch 1.32

This commit is contained in:
Sarah Ottinger
2021-03-14 15:49:57 -07:00
parent 62eafe3c43
commit bacb88849e

View File

@@ -3,7 +3,7 @@
_realname=jsonpatch
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.31
pkgver=1.32
pkgrel=1
pkgdesc='An implementation of the JSON Patch format (mingw-w64)'
arch=('any')
@@ -13,7 +13,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-jsonpointer")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-coverage")
source=("https://github.com/stefankoegl/python-json-patch/archive/v$pkgver.tar.gz")
sha256sums=('9a67872114c4845de4a269d6c3f3803fe960a285c953f24928ef9d0e5dafb384')
sha256sums=('d721555fc702d33c9955ce372c5e59e5a38b2e15bee966bb01617afc79f19c78')
prepare() {
cd "$srcdir"