summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-04-15 23:35:51 +0200
committerBaptiste Jonglez2016-04-18 00:25:03 +0200
commitbdc3de9dba0ad818df4fe6d05e0f3d5702d3767e (patch)
treeb291fd4fe77922ea438846932942253e2a96f08e
parent23d2247c85c33946f7d598e324bc26376a4579aa (diff)
downloadaur-bdc3de9dba0ad818df4fe6d05e0f3d5702d3767e.tar.gz
ring-daemon-git: Add new dependency jsoncpp
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 708043833b57..f385e8d262be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 31 21:05:06 UTC 2016
+# Fri Apr 15 21:35:51 UTC 2016
pkgbase = ring-daemon-git
pkgdesc = 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 = 20160327
+ pkgver = 20160415
pkgrel = 1
url = http://ring.cx
arch = i686
@@ -17,6 +17,7 @@ pkgbase = ring-daemon-git
depends = alsa-lib
depends = libpulse
depends = jack
+ depends = jsoncpp
depends = libsamplerate
depends = libsndfile
depends = dbus-c++
diff --git a/PKGBUILD b/PKGBUILD
index bf4ae24ecf7b..7c9d8f7721a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=ring-daemon-git
-pkgver=20160327
+pkgver=20160415
pkgrel=1
pkgdesc="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")
url="http://ring.cx"
license=('GPL3')
groups=("ring")
-depends=('opendht-git' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack'
+depends=('opendht-git' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'udev' 'gnutls'
'expat' 'gsm' 'speex' 'speexdsp' 'opus' 'libupnp' 'libsrtp')
makedepends=('git' 'boost' 'msgpack-c')