summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52b2cbcaf6a1..10d1fd20bed4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 6 15:18:22 UTC 2016
+# Sat Sep 10 14:15:03 UTC 2016
pkgbase = ring-daemon-git
pkgdesc = ring.cx is a secure and distributed voice, video and chat communication platform that requires no centralized server and leaves the power of privacy in the hands of the user (formerly known as SFLphone)
- pkgver = 20160906
+ pkgver = 20160909
pkgrel = 1
url = http://ring.cx
arch = i686
@@ -29,6 +29,7 @@ pkgbase = ring-daemon-git
depends = libupnp
depends = libnatpmp
depends = pjproject-savoirfairelinux
+ optdepends = restbed: for the REST interface to the daemon (untested)
conflicts = ring-daemon
source = git+https://gerrit-ring.savoirfairelinux.com/ring-daemon
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 25cbc2de1206..253b3bed6b69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=ring-daemon-git
-pkgver=20160906
+pkgver=20160909
pkgrel=1
pkgdesc="ring.cx is a secure and distributed voice, video and chat communication platform that requires no centralized server and leaves the power of privacy in the hands of the user (formerly known as SFLphone)"
arch=("i686" "x86_64")
@@ -12,6 +12,7 @@ depends=('opendht-git' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
'expat' 'gsm' 'libupnp' 'libnatpmp'
'pjproject-savoirfairelinux')
makedepends=('git' 'boost' 'msgpack-c')
+optdepends=('restbed: for the REST interface to the daemon (untested)')
conflicts=('ring-daemon')
source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon")
md5sums=('SKIP')
@@ -26,6 +27,7 @@ build() {
msg2 'Building...'
autoreconf --force --install --verbose
+ # To compile with restbed, add `--with-restbed` here.
./configure \
--prefix=/usr \
--sbindir=/usr/bin \