aboutsummaryrefslogtreecommitdiffstats
path: root/community/iotop
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-04-05 19:53:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-04-10 11:50:04 +0000
commitbd5a7ed62e67690455769710c3069e75beb44ecd (patch)
tree979261004120ae2cceb56b1abf1f5138587ad057 /community/iotop
parent930dd957fc4c3895ad00712eb58c11fa6f743def (diff)
community/iotop: clarify license, modernize
Diffstat (limited to 'community/iotop')
-rw-r--r--community/iotop/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/iotop/APKBUILD b/community/iotop/APKBUILD
index 2c6b8feb680..e7604a12639 100644
--- a/community/iotop/APKBUILD
+++ b/community/iotop/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="I/O monitoring tool"
url="http://guichaz.free.fr/iotop/"
arch="noarch"
-license="GPL-2.0"
+license="GPL-2.0-or-later"
depends="python3"
depends_dev=""
makedepends="python3-dev py3-setuptools"
@@ -19,12 +19,12 @@ builddir="$srcdir"/iotop-$pkgver
build() {
cd "$builddir"
- python3 setup.py build || return 1
+ python3 setup.py build
}
package() {
cd "$builddir"
- python3 setup.py install --prefix=/usr --root="$pkgdir" || return 1
+ python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="b1047da3bc46604447cc8ab22442a3a5381e1a79a6b176fe9ee8402ee5cebb959205407a6aeaffccccde9d2f67624ff8ee6717b051838f13ab88bf3a16db3ab9 iotop-0.6.tar.bz2