diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-07-12 17:51:32 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-07-12 17:51:32 -0300 |
commit | 8878de8508ef59fe63f2d19a258a383ba09b10a8 (patch) | |
tree | 9c5bf862464d4d4c2dae393189065a2615fa260e /community/ioping/PKGBUILD | |
parent | 0fccb862cc0ea09fc8a76c29babfdcef823d9ab7 (diff) | |
parent | 0d51c533d75a26daabeb9e7b9c5dcfb211498a4d (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/libfm/PKGBUILD
community/lxlauncher/PKGBUILD
community/mrtg/PKGBUILD
core/glib2/PKGBUILD
extra/epiphany/PKGBUILD
extra/m17n-lib/PKGBUILD
extra/mtr/PKGBUILD
Diffstat (limited to 'community/ioping/PKGBUILD')
-rw-r--r-- | community/ioping/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/ioping/PKGBUILD b/community/ioping/PKGBUILD index 24e4a9bef..bf874df9b 100644 --- a/community/ioping/PKGBUILD +++ b/community/ioping/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 73606 2012-07-11 14:58:41Z seblu $ -# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> +# $Id: PKGBUILD 93783 2013-07-10 08:34:25Z seblu $ +# Maintainer: Sébastien Luttringer # Contributor: Kovivchak Evgen <oneonfire@gmail.com> pkgname=ioping -pkgver=0.6 +pkgver=0.7 pkgrel=1 pkgdesc='Simple disk I/0 latency measuring tool' arch=('i686' 'x86_64' 'mips64el') @@ -11,7 +11,7 @@ license=('GPL3') url='http://ioping.googlecode.com' depends=('glibc') source=("http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz") -md5sums=('f96b382a6517c7eac744291b04b928b1') +sha1sums=('f841244149830506daca1b052694965d94fe2408') build() { cd $pkgname-$pkgver |