[arch-commits] Commit in mtr/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Fri Oct 22 13:24:39 UTC 2010


    Date: Friday, October 22, 2010 @ 09:24:39
  Author: ibiru
Revision: 96583

upgpkg: mtr 0.80-1
update to 0.80

Modified:
  mtr/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-22 13:20:51 UTC (rev 96582)
+++ PKGBUILD	2010-10-22 13:24:39 UTC (rev 96583)
@@ -3,19 +3,19 @@
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=mtr
-pkgver=0.79
+pkgver=0.80
 pkgrel=1
 pkgdesc="Combines the functionality of traceroute and ping into one tool"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gtk2>=2.20.1' 'ncurses>=5.7')
+depends=('gtk2>=2.22.0' 'ncurses>=5.7')
 source=(ftp://ftp.bitwizard.nl/mtr/${pkgname}-${pkgver}.tar.gz)
 url="http://www.bitwizard.nl/mtr/"
-md5sums=('f7c1f873e68e7176f60ae9fbb2ca20f4')
+md5sums=('fa68528eaec1757f52bacf9fea8c68a9')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-gtk2 || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr --enable-gtk2
+  make
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list