diff options
author | Ćukasz Jendrysik <scadu@yandex.com> | 2017-02-17 08:25:09 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-02-18 16:32:43 +0100 |
commit | 29a85eaa16d826b4f4d75be0ad8b82211b7e95fb (patch) | |
tree | 1b1bbe9c9d1e4ccd5647943f67d9dc057c577993 /community | |
parent | d9b04ec3c123183ad4f3e9cc01190d7b79325d4b (diff) | |
download | aports-29a85eaa16d826b4f4d75be0ad8b82211b7e95fb.tar.bz2 aports-29a85eaa16d826b4f4d75be0ad8b82211b7e95fb.tar.xz |
community/py-jsonschema: rebuild against new version of python3
Diffstat (limited to 'community')
-rw-r--r-- | community/py-jsonschema/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-jsonschema/APKBUILD b/community/py-jsonschema/APKBUILD index e213932f54..19d1ff3744 100644 --- a/community/py-jsonschema/APKBUILD +++ b/community/py-jsonschema/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-jsonschema _pkgname=jsonschema pkgver=2.5.1 -pkgrel=4 +pkgrel=5 pkgdesc="An implementation of JSON Schema validation for Python" url="http://github.com/Julian/jsonschema" arch="noarch" |