diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-04 14:53:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:41 +0000 |
commit | 0fab4453464f924bd6b47c71b20503e12abd3a0b (patch) | |
tree | b3d897a251bd228bc6eeaa04449a55cc0d9d0e33 /community/iotop/APKBUILD | |
parent | 2d39ede118745d8168b04b5993633acd9dd90946 (diff) | |
download | aports-0fab4453464f924bd6b47c71b20503e12abd3a0b.tar.bz2 aports-0fab4453464f924bd6b47c71b20503e12abd3a0b.tar.xz |
community/iotop: rebuild against python 3.7
Diffstat (limited to 'community/iotop/APKBUILD')
-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 71be885034..3566f3b42b 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=2 +pkgrel=3 pkgdesc="I/O monitoring tool" url="http://guichaz.free.fr/iotop/" arch="noarch" |