diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 13:39:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:37 +0000 |
commit | 4167c27ac06b1fd4126c61720b0ae88110b87b1a (patch) | |
tree | cec8d57018fcff5f3a7151d8ba9837fcdb48de84 /testing/py3-gettext/APKBUILD | |
parent | f63d4db74e6444935e40642885ad8348f8b3a54e (diff) | |
download | aports-4167c27ac06b1fd4126c61720b0ae88110b87b1a.tar.bz2 aports-4167c27ac06b1fd4126c61720b0ae88110b87b1a.tar.xz |
testing/py3-gettext: rebuild against python 3.8
Diffstat (limited to 'testing/py3-gettext/APKBUILD')
-rw-r--r-- | testing/py3-gettext/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-gettext/APKBUILD b/testing/py3-gettext/APKBUILD index 2989d116d3..97b2475969 100644 --- a/testing/py3-gettext/APKBUILD +++ b/testing/py3-gettext/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-gettext _pkgname=gettext pkgver=4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python implementation of Gettext" url="https://github.com/hannosch/python-gettext" arch="noarch" |