diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-01 11:28:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:28 +0000 |
commit | df5242b43b0274f2ed232fa801d204515ff6e5bf (patch) | |
tree | 61b0aab50a9946ee6191667ece43cf2bacc0ac78 | |
parent | d40bc6eb9e743c8468f04c1dfbcaa9a096b98b32 (diff) | |
download | aports-df5242b43b0274f2ed232fa801d204515ff6e5bf.tar.bz2 aports-df5242b43b0274f2ed232fa801d204515ff6e5bf.tar.xz |
testing/py3-jsonpatch: rebuild against python 3.8
-rw-r--r-- | testing/py3-jsonpatch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-jsonpatch/APKBUILD b/testing/py3-jsonpatch/APKBUILD index 6d3de53dd9..1b6374987c 100644 --- a/testing/py3-jsonpatch/APKBUILD +++ b/testing/py3-jsonpatch/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-jsonpatch _pkgname=jsonpatch pkgver=1.24 -pkgrel=0 +pkgrel=1 pkgdesc="Apply JSON-Patches (RFC 6902)" url="https://github.com/stefankoegl/python-json-patch" arch="noarch" |