summarylogtreecommitdiffstats
path: root/PKGBUILD.common
diff options
context:
space:
mode:
authorMichael Spradling2017-07-06 23:18:58 -0400
committerMichael Spradling2017-07-06 23:18:58 -0400
commit0cc4a6b2bd7cbbd940a313f2938b829b62bbe820 (patch)
treef7ce7cc6d859d6214b90f8286a98757119a4e2cd /PKGBUILD.common
parent466fa1b2fe3a15dfff89fd5ce0440e00767b7609 (diff)
downloadaur-0cc4a6b2bd7cbbd940a313f2938b829b62bbe820.tar.gz
Update to release 16.2.6
Also fixed openssl workaround
Diffstat (limited to 'PKGBUILD.common')
-rw-r--r--PKGBUILD.common10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD.common b/PKGBUILD.common
index 1f2460f81b28..02c164115574 100644
--- a/PKGBUILD.common
+++ b/PKGBUILD.common
@@ -1,9 +1,9 @@
# Maintainer: Michael Spradling <mike@mspradling.com>
# Contributor: Daniel Albers <daniel@lbe.rs>
-pkgver=16.2.5
-_pkgver=16.2.5
-pkgrel=3
+pkgver=16.2.6
+_pkgver=16.2.6
+pkgrel=1
arch=(i686 x86_64)
groups=('bareos')
pkgdesc="Bareos - Backup Archiving REcovery Open Sourced"
@@ -65,10 +65,6 @@ prepare() {
}
build() {
- # bug: openssl 1.0 isue
- export CFLAGS="${CFLAGS} -L /usr/include/openssl-1.0"
- export LIBS="${LIBS} -I /usr/include/openssl-1.0"
-
pushd "${_pkgsrc}" &> /dev/null
QMAKE="/usr/bin/qmake-qt4" DISTNAME="debian" ./configure $_configure_args
make DESTDIR="$_instdir" install