summaryrefslogtreecommitdiffstats
path: root/mtr-cli
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-05-31 20:13:13 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-05-31 20:13:13 +0200
commitb8c04f4a2143480b7e0667d031061c682635aa4d (patch)
treeb5f550a61dd7409db95c55e26ce86a27dfb76b03 /mtr-cli
parent3d34de3c9918d7a6ffe0fbc9c6255999e7a29e7f (diff)
downloadaur-packages-b8c04f4a2143480b7e0667d031061c682635aa4d.tar.gz
aur-packages-b8c04f4a2143480b7e0667d031061c682635aa4d.tar.xz
upstream update
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'mtr-cli')
-rw-r--r--mtr-cli/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/mtr-cli/PKGBUILD b/mtr-cli/PKGBUILD
index 8ff75d0..5b378ab 100644
--- a/mtr-cli/PKGBUILD
+++ b/mtr-cli/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=mtr-cli
-pkgver=0.76
+pkgver=0.77
pkgrel=1
pkgdesc="Combines the functionality of traceroute and ping into one tool"
arch=('i686' 'x86_64')
@@ -14,10 +14,12 @@ url="http://www.bitwizard.nl/mtr/"
build() {
cd "${srcdir}/mtr-${pkgver}"
+ aclocal
autoconf
+ automake
sh ./configure --prefix=/usr --disable-gtktest --without-gtk || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
}
-md5sums=('15b775b84a93f9584bfcda0342ddba8c')
-sha1sums=('0cf4ef255a1d1885fb4411c2a886e33040914b31')
+md5sums=('a05e5f428118ce22cef06fb5a6c0ee34')
+sha1sums=('5b77abb40464ca92aa545afae4f3aaf1ad341999')