summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsehraf2018-07-23 21:24:03 +0200
committersehraf2018-07-23 21:24:03 +0200
commit2afd0a710b41281220d9305221310abfcd1e6b87 (patch)
tree3f9d8825a8fa6a7003c16f64b7f12583a888eed7
parent953cac68dbd40d1de6eeb38c164c1e44cdf3b489 (diff)
downloadaur-2afd0a710b41281220d9305221310abfcd1e6b87.tar.gz
new dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b9ec2a9ad49..6f1ed51cfc91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jun 9 09:29:45 UTC 2018
+# Mon Jul 23 19:23:28 UTC 2018
pkgbase = retroshare-git
pkgdesc = Serverless encrypted instant messenger with filesharing, chatgroups, e-mail.
- pkgver = v0.6.4.r173.g5953e7bbe
+ pkgver = v0.6.4.r356.ge2bb3aef1
pkgrel = 1
url = http://retroshare.sourceforge.net/
arch = i686
@@ -19,6 +19,7 @@ pkgbase = retroshare-git
depends = libxss
depends = libmicrohttpd
depends = sqlcipher
+ depends = xapian-core
optdepends = tor: tor hidden node support
optdepends = i2p: i2p hidden node support
provides = retroshare
diff --git a/PKGBUILD b/PKGBUILD
index 4e3b07c0eb31..f39266482999 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,17 +17,20 @@
# Unofficial plugins
#_plugin_lua4rs='true'
+# Set this to 'true' to use use archlinux' rapidjson instead of shipped version
+#_systems_rapidjson='true'
+
### Nothing to be changed below this line ###
_pkgname=retroshare
pkgname=${_pkgname}-git
-pkgver=v0.6.4.r173.g5953e7bbe
+pkgver=v0.6.4.r356.ge2bb3aef1
pkgrel=1
pkgdesc="Serverless encrypted instant messenger with filesharing, chatgroups, e-mail."
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://retroshare.sourceforge.net/"
license=('GPL' 'LGPL')
-depends=('qt5-multimedia' 'qt5-x11extras' 'libupnp' 'libxss' 'libmicrohttpd' 'sqlcipher')
+depends=('qt5-multimedia' 'qt5-x11extras' 'libupnp' 'libxss' 'libmicrohttpd' 'sqlcipher' 'xapian-core')
makedepends=('git' 'qt5-tools')
optdepends=('tor: tor hidden node support'
'i2p: i2p hidden node support')
@@ -42,6 +45,7 @@ sha256sums=('SKIP')
[[ "$_plugin_feedreader" == 'true' ]] && depends=(${depends[@]} 'curl' 'libxslt')
[[ "$_clang" == 'true' ]] && makedepends=(${makedepends[@]} 'clang')
[[ "$_autologin" == 'true' ]] && depends=(${depends[@]} 'libsecret')
+[[ "$_systems_rapidjson" == 'true' ]] && makedepends=(${makedepends[@]} 'rapidjson')
# Set options for qmake
_optClang=''