summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73b8aeee6254..52b2cbcaf6a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Aug 28 08:13:11 UTC 2016
+# Tue Sep 6 15:18: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 = 20160819
+ pkgver = 20160906
pkgrel = 1
url = http://ring.cx
arch = i686
@@ -26,11 +26,7 @@ pkgbase = ring-daemon-git
depends = gnutls
depends = expat
depends = gsm
- depends = speex
- depends = speexdsp
- depends = opus
depends = libupnp
- depends = libsrtp
depends = libnatpmp
depends = pjproject-savoirfairelinux
conflicts = ring-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 8ea4ee9075b4..25cbc2de1206 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=ring-daemon-git
-pkgver=20160819
+pkgver=20160906
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,7 +9,7 @@ license=('GPL3')
groups=("ring")
depends=('opendht-git' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'udev' 'gnutls'
- 'expat' 'gsm' 'speex' 'speexdsp' 'opus' 'libupnp' 'libsrtp' 'libnatpmp'
+ 'expat' 'gsm' 'libupnp' 'libnatpmp'
'pjproject-savoirfairelinux')
makedepends=('git' 'boost' 'msgpack-c')
conflicts=('ring-daemon')