aboutsummaryrefslogtreecommitdiffstats
path: root/testing/iotop
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-11-04 12:51:33 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-11-20 10:27:29 +0000
commit40c13fdf02bba383b346a73895f8dca573a08f42 (patch)
treed21644032f574b6f13f23f86486fd62772a666ce /testing/iotop
parentc1a40e0d1e4d72952714eca450e85cabefc2dac1 (diff)
downloadaports-40c13fdf02bba383b346a73895f8dca573a08f42.tar.bz2
aports-40c13fdf02bba383b346a73895f8dca573a08f42.tar.xz
testing/iotop: upgrade to 0.6
Diffstat (limited to 'testing/iotop')
-rw-r--r--testing/iotop/APKBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/testing/iotop/APKBUILD b/testing/iotop/APKBUILD
index 8abe65cf9f..e96e0bcf43 100644
--- a/testing/iotop/APKBUILD
+++ b/testing/iotop/APKBUILD
@@ -1,18 +1,18 @@
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer:
pkgname=iotop
-pkgver=0.4.4
+pkgver=0.6
pkgrel=0
pkgdesc="I/O monitoring tool"
url="http://guichaz.free.fr/iotop/"
arch="noarch"
-license="GPL"
+license="GPL2"
depends="python"
depends_dev=""
-makedepends="$depends_dev"
+makedepends="python-dev py-setuptools"
install=""
subpackages="$pkgname-doc"
-source="http://guichaz.free.fr/iotop/files/iotop-$pkgver.tar.gz"
+source="http://guichaz.free.fr/iotop/files/iotop-$pkgver.tar.bz2"
_builddir="$srcdir"/iotop-$pkgver
prepare() {
@@ -35,4 +35,6 @@ package() {
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}
-md5sums="03f9a5866435cd67108cdb4f68b0d1f3 iotop-0.4.4.tar.gz"
+md5sums="5ef9456b26d7694abf3101a72e1e0d1d iotop-0.6.tar.bz2"
+sha256sums="3adea2a24eda49bbbaeb4e6ed2042355b441dbd7161e883067a02bfc8dcef75b iotop-0.6.tar.bz2"
+sha512sums="b1047da3bc46604447cc8ab22442a3a5381e1a79a6b176fe9ee8402ee5cebb959205407a6aeaffccccde9d2f67624ff8ee6717b051838f13ab88bf3a16db3ab9 iotop-0.6.tar.bz2"