diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 14:45:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:52 +0000 |
commit | 9150148ebc4d589e1d66e35dfc38f9163324c561 (patch) | |
tree | 7b636d602679de92832fc206039a697edc5679d4 /testing/py-xlib | |
parent | 21ea2866ef352219485626a91a1d13e15290e016 (diff) | |
download | aports-9150148ebc4d589e1d66e35dfc38f9163324c561.tar.bz2 aports-9150148ebc4d589e1d66e35dfc38f9163324c561.tar.xz |
testing/py-xlib: rebuild against python 3.7
Diffstat (limited to 'testing/py-xlib')
-rw-r--r-- | testing/py-xlib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-xlib/APKBUILD b/testing/py-xlib/APKBUILD index 0a664f3425..5c37261013 100644 --- a/testing/py-xlib/APKBUILD +++ b/testing/py-xlib/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-xlib _pkgname=python-xlib pkgver=0.20 -pkgrel=1 +pkgrel=2 pkgdesc="A fully functional X client library for Python programs" url="https://github.com/python-xlib/python-xlib" arch="noarch" |