summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')