diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 15:20:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:56 +0000 |
commit | fbfdae692a6528ac46d40fbe19306e595a45fc2f (patch) | |
tree | bc7b391e21cbd49aa43b74fa7d306a768084dfec /community/iotop | |
parent | 81a06c379f1fb295c5d7b7110d5b983d1b805b38 (diff) | |
download | aports-fbfdae692a6528ac46d40fbe19306e595a45fc2f.tar.bz2 aports-fbfdae692a6528ac46d40fbe19306e595a45fc2f.tar.xz |
community/iotop: rebuild against python 3.8
Diffstat (limited to 'community/iotop')
-rw-r--r-- | community/iotop/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/iotop/APKBUILD b/community/iotop/APKBUILD index 3566f3b42b..2916f17bb5 100644 --- a/community/iotop/APKBUILD +++ b/community/iotop/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=iotop pkgver=0.6 -pkgrel=3 +pkgrel=4 pkgdesc="I/O monitoring tool" url="http://guichaz.free.fr/iotop/" arch="noarch" |