summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-05-31 17:53:08 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-05-31 17:53:08 +0200
commit3d34de3c9918d7a6ffe0fbc9c6255999e7a29e7f (patch)
tree5c3e028484b2383dc1dfb34b77144526b65c6a9b
parent918c45949f8826474885a07617847833c1f0b2dd (diff)
downloadaur-packages-3d34de3c9918d7a6ffe0fbc9c6255999e7a29e7f.tar.gz
aur-packages-3d34de3c9918d7a6ffe0fbc9c6255999e7a29e7f.tar.xz
upstream update
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-rw-r--r--mtr-cli/PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/mtr-cli/PKGBUILD b/mtr-cli/PKGBUILD
index 9db3001..8ff75d0 100644
--- a/mtr-cli/PKGBUILD
+++ b/mtr-cli/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=mtr-cli
-pkgver=0.75
-pkgrel=5
+pkgver=0.76
+pkgrel=1
pkgdesc="Combines the functionality of traceroute and ping into one tool"
arch=('i686' 'x86_64')
license=('GPL')
@@ -11,11 +11,13 @@ depends=('ncurses>=5.7')
conflicts=('mtr')
source=(ftp://ftp.bitwizard.nl/mtr/mtr-${pkgver}.tar.gz)
url="http://www.bitwizard.nl/mtr/"
-md5sums=('23baca52d0922c2ecba7eba05317868c')
build() {
cd "${srcdir}/mtr-${pkgver}"
- ./configure --prefix=/usr --disable-gtktest --without-gtk || return 1
+ autoconf
+ sh ./configure --prefix=/usr --disable-gtktest --without-gtk || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
}
+md5sums=('15b775b84a93f9584bfcda0342ddba8c')
+sha1sums=('0cf4ef255a1d1885fb4411c2a886e33040914b31')