diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-11-04 12:51:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-20 10:27:29 +0000 |
commit | 40c13fdf02bba383b346a73895f8dca573a08f42 (patch) | |
tree | d21644032f574b6f13f23f86486fd62772a666ce | |
parent | c1a40e0d1e4d72952714eca450e85cabefc2dac1 (diff) | |
download | aports-40c13fdf02bba383b346a73895f8dca573a08f42.tar.bz2 aports-40c13fdf02bba383b346a73895f8dca573a08f42.tar.xz |
testing/iotop: upgrade to 0.6
-rw-r--r-- | testing/iotop/APKBUILD | 12 |
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" |