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

Ionut Biru ibiru at archlinux.org
Sat Oct 8 12:01:35 UTC 2011


    Date: Saturday, October 8, 2011 @ 08:01:35
  Author: ibiru
Revision: 140174

update to 0.8.1

Modified:
  mtr/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-08 10:52:40 UTC (rev 140173)
+++ PKGBUILD	2011-10-08 12:01:35 UTC (rev 140174)
@@ -4,14 +4,14 @@
 
 pkgbase=mtr
 pkgname=(mtr mtr-gtk)
-pkgver=0.80
-pkgrel=2
+pkgver=0.81
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 makedepends=('ncurses' 'gtk2')
 source=(ftp://ftp.bitwizard.nl/mtr/${pkgbase}-${pkgver}.tar.gz)
 url="http://www.bitwizard.nl/mtr/"
-md5sums=('fa68528eaec1757f52bacf9fea8c68a9')
+md5sums=('b7a7914f1fc1b5a21ab10bdca44356e1')
 
 build() {
     install -d  "${srcdir}/"{mtr-cli,mtr-gtk}
@@ -20,20 +20,20 @@
     make
 
     cd "${srcdir}/mtr-gtk"
-    ../${pkgbase}-${pkgver}/configure --prefix=/usr --enable-gtk2
+    ../${pkgbase}-${pkgver}/configure --prefix=/usr
     make
 }
 
 package_mtr() {
     pkgdesc="Combines the functionality of traceroute and ping into one tool (CLI version)"
-    depends=('ncurses>=5.7')
+    depends=('ncurses')
     cd "${srcdir}/mtr-cli"
     make DESTDIR="${pkgdir}" install
 }
 
 package_mtr-gtk() {
     pkgdesc="Combines the functionality of traceroute and ping into one tool (GTK version)"
-    depends=('ncurses>=5.7' "gtk2>=2.22.0")
+    depends=('ncurses' "gtk2")
     conflicts=("mtr")
     provides=("mtr=${pkgver}")
 




More information about the arch-commits mailing list