summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-11-12 23:05:22 +0100
committerBaptiste Jonglez2016-11-12 23:05:22 +0100
commitf44a24c192b704a26b8889dbc5010d495c56e539 (patch)
treebb9892f4504bbb3d0f15013895a30ceef53d22ba
parentcc87db4d8efc1e19b8e8d766b1ae600f4bc4d131 (diff)
downloadaur-f44a24c192b704a26b8889dbc5010d495c56e539.tar.gz
ring-*-git: Update and add missing dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3989ff35111d..0aa154f8723a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Nov 4 23:08:13 UTC 2016
+# Sat Nov 12 22:05:22 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 = 20161104
+ pkgver = 20161111
pkgrel = 1
url = http://ring.cx
arch = i686
@@ -30,9 +30,9 @@ pkgbase = ring-daemon-git
depends = libnatpmp
depends = crypto++
depends = libva
- depends = pjproject-savoirfairelinux
depends = boost-libs
- depends = restbed
+ depends = pjproject-savoirfairelinux
+ depends = restbed-latest
optdepends = restbed: for the REST interface to the daemon (untested)
conflicts = ring-daemon
source = git+https://gerrit-ring.savoirfairelinux.com/ring-daemon
diff --git a/PKGBUILD b/PKGBUILD
index c3c7d93b00f0..c807fbcbf259 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=ring-daemon-git
-pkgver=20161104
+pkgver=20161111
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")
@@ -9,8 +9,8 @@ license=('GPL3')
groups=("ring")
depends=('opendht-git' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'udev' 'gnutls'
- 'expat' 'gsm' 'libupnp' 'libnatpmp' 'crypto++' 'libva'
- 'pjproject-savoirfairelinux' 'boost-libs' 'restbed')
+ 'expat' 'gsm' 'libupnp' 'libnatpmp' 'crypto++' 'libva' 'boost-libs'
+ 'pjproject-savoirfairelinux' 'restbed-latest')
makedepends=('git' 'boost' 'msgpack-c')
optdepends=('restbed: for the REST interface to the daemon (untested)')
conflicts=('ring-daemon')
@@ -27,7 +27,6 @@ build() {
msg2 'Building...'
autoreconf --force --install --verbose
- # To compile with restbed, add `--with-restbed` here.
./configure \
--prefix=/usr \
--sbindir=/usr/bin \