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

Eric Bélanger eric at archlinux.org
Thu Jun 4 01:52:18 UTC 2015


    Date: Thursday, June 4, 2015 @ 03:52:18
  Author: eric
Revision: 240316

upgpkg: rrdtool 1.5.3-2

Rebuild against perl 5.22

Modified:
  rrdtool/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-04 01:16:55 UTC (rev 240315)
+++ PKGBUILD	2015-06-04 01:52:18 UTC (rev 240316)
@@ -3,7 +3,7 @@
 
 pkgname=rrdtool
 pkgver=1.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Data logging and graphing application"
 arch=('i686' 'x86_64')
 url="http://www.rrdtool.org"
@@ -10,9 +10,10 @@
 license=('GPL' 'custom')
 depends=('libxml2' 'pango' 'ttf-dejavu')
 makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
-optdepends=('tcl: to use corresponding binding' \
-            'python2: to use corresponding binding' \
-            'ruby: to use corresponding binding' \
+optdepends=('perl: to use corresponding binding'
+	    'tcl: to use corresponding binding'
+            'python2: to use corresponding binding'
+            'ruby: to use corresponding binding'
             'lua51: to use corresponding binding')
 options=('!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)



More information about the arch-commits mailing list