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

Giovanni Scafora giovanni at archlinux.org
Mon Jan 24 16:34:29 UTC 2011


    Date: Monday, January 24, 2011 @ 11:34:29
  Author: giovanni
Revision: 107394

upgpkg: mrtg 2.17.0-1
upstream release

Modified:
  mrtg/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-24 14:23:11 UTC (rev 107393)
+++ PKGBUILD	2011-01-24 16:34:29 UTC (rev 107394)
@@ -3,7 +3,7 @@
 # Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
 
 pkgname=mrtg
-pkgver=2.16.4
+pkgver=2.17.0
 pkgrel=1
 pkgdesc="Multi Router Traffic Grapher."
 arch=('i686' 'x86_64')
@@ -11,13 +11,14 @@
 license=('GPL')
 depends=('gd' 'perl')
 source=(http://oss.oetiker.ch/mrtg/pub/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ec298200d239832ff1648fba488e1a9e')
+md5sums=('d58bd87835445a38b9b36f50dcc8f6d6')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   sed 's|LD_RUN_PATH=$(LD_RUN_PATH) ||g' -i Makefile.in
   ./configure --prefix=/usr
+
   make || return 1
   make prefix=${pkgdir}/usr install || return 1
 }




More information about the arch-commits mailing list