diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 15:14:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:54 +0000 |
commit | e834e4e9265d58a138a4617eef4afe115d3013be (patch) | |
tree | e708db38ea2ab923cc8fac4d82ff0138d4da3f3b /testing/py-distro | |
parent | 91dec2c4700f69d3ebfb9004196dd4b1732c03c3 (diff) | |
download | aports-e834e4e9265d58a138a4617eef4afe115d3013be.tar.bz2 aports-e834e4e9265d58a138a4617eef4afe115d3013be.tar.xz |
testing/py-distro: rebuild against python 3.7
Diffstat (limited to 'testing/py-distro')
-rw-r--r-- | testing/py-distro/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-distro/APKBUILD b/testing/py-distro/APKBUILD index 925e04c6f7..87440a75eb 100644 --- a/testing/py-distro/APKBUILD +++ b/testing/py-distro/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-distro _pkgname=distro pkgver=1.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="A Linux OS platform information API" url="https://github.com/nir0s/distro" arch="noarch" |