summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMohammed Yaseen Mowzer2018-07-21 23:44:57 +0200
committerMohammed Yaseen Mowzer2018-07-21 23:44:57 +0200
commit1aede214be9f58ca31c7034ebdd517aa3d20bfa7 (patch)
tree16a3ea2109fec786a150657f17162dace25e7407 /PKGBUILD
parent4793eba7f0e1d79e415f43812cd0eb237fd1c0c0 (diff)
downloadaur-1aede214be9f58ca31c7034ebdd517aa3d20bfa7.tar.gz
Pin log4cxx version to prevent missing semicolon compile error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe84ec600e3e..b432f562d924 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,19 +5,20 @@
pkgname=spectrum2
pkgver=2.0.7
-pkgrel=1
+pkgrel=2
#epoch=
pkgdesc="Create C++ transports easily"
arch=('any')
url="http://spectrum.im"
license=('GPL')
groups=()
-depends=(curl log4cxx popt sqlite)
+# TODO remove logc4cxx version pin on next spectrum release
+depends=(curl 'log4cxx=0.10.0' popt sqlite)
makedepends=('protobuf' 'swiften>=3' 'libpqxx' 'libpurple' 'avahi' 'boost'
-'cmake' 'cppunit' 'expat' 'libcommuni' 'libidn' 'sqlite' 'log4cxx' 'libevent'
+'cmake' 'cppunit' 'expat' 'libcommuni' 'libidn' 'sqlite' 'log4cxx=0.10.0' 'libevent'
'libmariadbclient' 'popt' 'libev' 'dbus-glib' 'curl' 'qt4' 'gconf')
checkdepends=()
-optdepends=('swiften>=3: XMPP backend support'
+optdepends=('swiften: XMPP backend support'
'libpqxx: PostgreSQL support'
'libmariadbclient: MariaDB support'
'libcommuni: IRC backend support'