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

Felix Yan felixonmars at archlinux.org
Tue Sep 3 16:55:25 UTC 2019


    Date: Tuesday, September 3, 2019 @ 16:55:25
  Author: felixonmars
Revision: 361577

upgpkg: rrdtool 1.7.2-1

Modified:
  rrdtool/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-03 16:42:52 UTC (rev 361576)
+++ PKGBUILD	2019-09-03 16:55:25 UTC (rev 361577)
@@ -1,8 +1,8 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=rrdtool
-pkgver=1.7.1
-pkgrel=3
+pkgver=1.7.2
+pkgrel=1
 pkgdesc="Data logging and graphing application"
 arch=('x86_64')
 url="https://www.rrdtool.org"
@@ -15,16 +15,13 @@
             'ruby: to use corresponding binding'
             'lua51: to use corresponding binding')
 options=('!emptydirs' '!makeflags')
-source=(https://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz
-        rrdtool-fix-build.patch::"https://github.com/oetiker/rrdtool-1.x/commit/865a9bad.patch")
-sha256sums=('989b778eda6967aa5192c73abafe43e7b10e6100776971a7e79d249942781aae'
-            'ff415f4f52353dc5685c21ddbad74995f1ca4454348e52a07096aceac5089284')
+source=(https://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
+sha256sums=('a199faeb7eff7cafc46fac253e682d833d08932f3db93a550a4a5af180ca58db')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   sed -i 's|/usr/bin/python|/usr/bin/python2|' examples/stripes.py
 
-  patch -p1 -i ../rrdtool-fix-build.patch
   # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
   sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i bindings/Makefile.am
   aclocal



More information about the arch-commits mailing list