From fb2da6dac3483a98c0f29344b0eff403773c8a1a Mon Sep 17 00:00:00 2001 From: Sarah Ottinger Date: Sat, 6 Mar 2021 12:51:39 -0800 Subject: [PATCH] jsonpatch 1.31 --- mingw-w64-python-jsonpatch/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-jsonpatch/PKGBUILD b/mingw-w64-python-jsonpatch/PKGBUILD index 8f4c853203..cc148dcc1a 100644 --- a/mingw-w64-python-jsonpatch/PKGBUILD +++ b/mingw-w64-python-jsonpatch/PKGBUILD @@ -3,7 +3,7 @@ _realname=jsonpatch pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.30 +pkgver=1.31 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=('9b655471aa67022fc0fdcf7ef371688f04d3b590c7a641b9054a17f466844f86') +sha256sums=('9a67872114c4845de4a269d6c3f3803fe960a285c953f24928ef9d0e5dafb384') prepare() { cd "$srcdir"