summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-07-25 17:30:22 -0400
committerChris Severance2016-07-25 17:30:22 -0400
commitd11854196f9807e1efb28f41ff456af5a3a4dffa (patch)
tree3455ed5e78c2a3a2c9eb2c277922f81ebf653e91
parent362befd578167945144e0a82d309022e93fbb1fe (diff)
downloadaur-d11854196f9807e1efb28f41ff456af5a3a4dffa.tar.gz
Update to 2.0.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76c73b17645d..58cc9ad8cb75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jun 28 19:27:22 UTC 2016
+# Mon Jul 25 21:30:15 UTC 2016
pkgbase = librlib
pkgdesc = Advanced reporting engine that generates professional reports in PDF, HTML, CSV, and text formats from a simple XML definition language.
- pkgver = 2.0.11
+ pkgver = 2.0.12
pkgrel = 1
url = http://rlib.sicompos.com/
arch = i686
@@ -15,8 +15,8 @@ pkgbase = librlib
optdepends = php: php bindings
provides = rlib
provides = libr
- source = rlib-2.0.11.tar.gz::https://github.com/SICOM/rlib/archive/v2.0.11.tar.gz
- sha256sums = febab24447f4f83686e8f08ef5e2ea1f0fe380a7b3b1c9d106437715e105de02
+ source = rlib-2.0.12.tar.gz::https://github.com/SICOM/rlib/archive/v2.0.12.tar.gz
+ sha256sums = 6fe02d2cb578876e24f72742765c9ac5202805399bb740ac91eccafd9979f906
pkgname = librlib
diff --git a/PKGBUILD b/PKGBUILD
index caaec9fa4cc0..aef313a03c44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ set -u
_gitname='SICOM'
_pkgname='rlib'
pkgname="lib${_pkgname}" # libr seems a bit short
-pkgver='2.0.11'
+pkgver='2.0.12'
# 2.0.10 won't compile
pkgrel='1'
pkgdesc='Advanced reporting engine that generates professional reports in PDF, HTML, CSV, and text formats from a simple XML definition language.'
@@ -28,12 +28,12 @@ _giturl="https://github.com/${_gitname}/${_pkgname}"
_verwatch=("${_giturl}/releases" "${_giturl#*github.com}/archive/v\(.*\)\.tar\.gz" 'l')
#source=("http://downloads.sourceforge.net/project/${_pkgname}/${_pkgname}/${_pkgname}-${pkgver}/${_pkgname}-${pkgver}.tar.gz") # <=1.3.7
source=("${_pkgname}-${pkgver}.tar.gz::${_giturl}/archive/v${pkgver}.tar.gz")
-sha256sums=('febab24447f4f83686e8f08ef5e2ea1f0fe380a7b3b1c9d106437715e105de02')
+sha256sums=('6fe02d2cb578876e24f72742765c9ac5202805399bb740ac91eccafd9979f906')
prepare() {
set -u
cd "${_pkgname}-${pkgver}"
- export CPPFLAGS="${CPPFLAGS} -O2 -Wno-misleading-indentation -Wno-unused-parameter"
+ export CPPFLAGS="${CPPFLAGS} -O2 -Wno-misleading-indentation -Wno-unused-parameter -Wno-unused-result"
if [ -f 'autogen.sh' ]; then
# Postgres wants a config file. Perl won't compile. Python configure claims no but is really yes. db2pdf doesn't work.
# Configure gives us a Python.h error that needs to be fixed.