diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 11:31:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:51 +0000 |
commit | 67309b41891852f740496b92638b4488815591ca (patch) | |
tree | ca13f87f4e698cbf007ee53970a6e83ce6dfaeee /testing/py-jsonpatch | |
parent | 9717dd1c90ea6e1c54113cfebe8d1620330a10be (diff) | |
download | aports-67309b41891852f740496b92638b4488815591ca.tar.bz2 aports-67309b41891852f740496b92638b4488815591ca.tar.xz |
testing/py-jsonpatch: rebuild against python 3.7
Diffstat (limited to 'testing/py-jsonpatch')
-rw-r--r-- | testing/py-jsonpatch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-jsonpatch/APKBUILD b/testing/py-jsonpatch/APKBUILD index bd28a9ebd1..12d51aedc2 100644 --- a/testing/py-jsonpatch/APKBUILD +++ b/testing/py-jsonpatch/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-jsonpatch _pkgname=${pkgname#py-} pkgver=1.23 -pkgrel=0 +pkgrel=1 pkgdesc="Apply JSON-Patches (RFC 6902)" url="https://github.com/stefankoegl/python-json-patch" arch="noarch" |