diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 06:18:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:56 +0000 |
commit | 6ff5847d07bf4ff2db9254e1657648e301709621 (patch) | |
tree | b4d6e16027d2c57d47eff83383b7971e7f8a2d73 /testing/py-update-checker | |
parent | 030195c4fdb53485ed65b41a05379a92198fd204 (diff) | |
download | aports-6ff5847d07bf4ff2db9254e1657648e301709621.tar.bz2 aports-6ff5847d07bf4ff2db9254e1657648e301709621.tar.xz |
testing/py-update-checker: rebuild against python 3.7
Diffstat (limited to 'testing/py-update-checker')
-rw-r--r-- | testing/py-update-checker/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-update-checker/APKBUILD b/testing/py-update-checker/APKBUILD index 0c006cc70d..f245d54fb3 100644 --- a/testing/py-update-checker/APKBUILD +++ b/testing/py-update-checker/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-update-checker _pkgname=update_checker pkgver=0.16 -pkgrel=0 +pkgrel=1 pkgdesc="A python module that will check for package updates" url="https://github.com/bboe/update_checker" arch="noarch" |