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

Gaëtan Bisson bisson at archlinux.org
Sat Nov 18 21:20:31 UTC 2017


    Date: Saturday, November 18, 2017 @ 21:20:30
  Author: bisson
Revision: 267367

upstream update

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-18 19:39:04 UTC (rev 267366)
+++ PKGBUILD	2017-11-18 21:20:30 UTC (rev 267367)
@@ -3,8 +3,8 @@
 # Contributor: Gerhard Brauer <gerhard.brauer at web.de>
 
 pkgname=collectd
-pkgver=5.7.2
-pkgrel=6
+pkgver=5.8.0
+pkgrel=1
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='https://collectd.org/'
 arch=('x86_64')
@@ -40,13 +40,13 @@
              'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'openipmi'
              'liboping' 'libpcap' 'postgresql-libs' 'python2' 'rrdtool'
              'lm_sensors' 'libvirt' 'libxml2' 'yajl' 'libatasmart' 'lvm2'
-             'protobuf-c' 'mosquitto' 'libmicrohttpd' 'linux-headers')
+             'protobuf-c' 'mosquitto' 'libmicrohttpd')
 
 depends=('libltdl' 'iptables')
 
 source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
         'service')
-sha256sums=('9d20a0221569a8d6b80bbc52b86e5e84965f5bafdbf5dfc3790e0fed0763e592'
+sha256sums=('b06ff476bbf05533cb97ae6749262cc3c76c9969f032bd8496690084ddeb15c9'
             'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
 
 backup=('etc/collectd.conf')
@@ -53,14 +53,7 @@
 
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	sed 's/-Werror//g' -i *.ac */*.{am,in} */*/*.{am,in}
-	autoreconf
-
-	# Fix turbostat build; see: FS#56160
-	_lh=$(pacman -Qlq linux-headers | grep ARCH/build/$)
-	sed \
-		-e "s:asm/msr-index\\.h:$_lh/arch/x86/include/asm/msr-index.h:g" \
-		-i configure src/turbostat.c
+	sed 's/ -Werror//g' -i configure
 }
 
 build() {



More information about the arch-commits mailing list