diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 13:18:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:42 +0000 |
commit | 71ce1c0dac150d9a120101cafb1faf4dbab06c1c (patch) | |
tree | 8766f3cbdebdde3c5de98f3ea0941e527f7b801f /testing | |
parent | b0d70ac7acea7fa8e029a7b2ea6cfe52989fb872 (diff) | |
download | aports-71ce1c0dac150d9a120101cafb1faf4dbab06c1c.tar.bz2 aports-71ce1c0dac150d9a120101cafb1faf4dbab06c1c.tar.xz |
testing/py3-rpio: rebuild against python 3.8
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-rpio/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-rpio/APKBUILD b/testing/py3-rpio/APKBUILD index 2013cc8ecc..9a56aaca72 100644 --- a/testing/py3-rpio/APKBUILD +++ b/testing/py3-rpio/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-rpio _pkgname=RPIO pkgver=0.10.1 -pkgrel=1 +pkgrel=2 pkgdesc="GPIO toolbox for the Raspberry Pi" options="!check" # No testsuite url="https://github.com/metachris/RPIO" |