summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose17112019-02-07 22:36:21 +0100
committerjose17112019-02-07 22:36:21 +0100
commit56bd9ae3ac6930aabbb6bfe65b4f18875cfe77dd (patch)
treef7991812971409a02ef7a62af6f151d8eccb0e83
parentd6485b8f35d4a1e5def9c1b2c9eea619ec5e9f24 (diff)
downloadaur-56bd9ae3ac6930aabbb6bfe65b4f18875cfe77dd.tar.gz
Update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07731085a0cf..aed225dbe9da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 1 18:32:11 UTC 2019
+# Thu Feb 7 21:36:17 UTC 2019
pkgbase = lib32-rrdtool
pkgdesc = Data logging and graphing application (32-bit - binaries and libs only)
- pkgver = 1.7.0
+ pkgver = 1.7.1
pkgrel = 1
url = http://www.rrdtool.org
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = lib32-rrdtool
depends = ttf-dejavu
options = !emptydirs
options = !makeflags
- source = http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.7.0.tar.gz
- sha1sums = 15a2009e2ee67eb41a2598d1a0f1f7cf1a651c78
+ source = http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.7.1.tar.gz
+ sha1sums = e70e1241bd5ee286a5903e0714f2afb4070d1c2d
pkgname = lib32-rrdtool
diff --git a/PKGBUILD b/PKGBUILD
index 9a0643933a43..358eed254092 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lib32-rrdtool
_pkgname=rrdtool
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="Data logging and graphing application (32-bit - binaries and libs only)"
arch=('x86_64')
@@ -12,10 +12,11 @@ depends=('lib32-glibc' 'lib32-libxml2' 'lib32-pango' 'ttf-dejavu')
makedepends=('intltool')
options=('!emptydirs' '!makeflags')
source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz)
-sha1sums=('15a2009e2ee67eb41a2598d1a0f1f7cf1a651c78')
+sha1sums=('e70e1241bd5ee286a5903e0714f2afb4070d1c2d')
prepare() {
cd ${_pkgname}-${pkgver}
+ sed -i 's%etc/%%' etc/Makefile.am
export CC="gcc -m32"
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
aclocal
@@ -30,7 +31,8 @@ build() {
--disable-perl --disable-perl-site-install \
--disable-ruby --disable-ruby-site-install --disable-python \
--disable-lua --disable-lua-site-install --disable-tcl --disable-libwrap \
- --disable-examples --libdir=/usr/lib32 --disable-docs --disable-nls --disable-librados
+ --disable-examples --libdir=/usr/lib32 --disable-docs --disable-nls --disable-librados \
+ --disable-rrdcached
make LIBS+="-lglib-2.0"
}