summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-02-21 22:25:07 +0100
committerBaptiste Jonglez2016-02-21 22:25:07 +0100
commit0f350ad943bab1ff9c191955947d465c725cd8f9 (patch)
treedd0aee907755674c98fdf2c7a63352bd9e410858
parent150c0ba1b4b0cf2da4045897e50d9471ebb3a143 (diff)
downloadaur-0f350ad943bab1ff9c191955947d465c725cd8f9.tar.gz
ring-daemon-git: Depend on opendht-git instead of opendht
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03adf427e32c..820c0469d62d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Feb 21 21:24:11 UTC 2016
+# Sun Feb 21 21:25:07 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 = 20160219
- pkgrel = 4
+ pkgrel = 5
url = http://ring.cx
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = ring-daemon-git
makedepends = git
makedepends = boost
makedepends = msgpack-c
- depends = opendht
+ depends = opendht-git
depends = yaml-cpp
depends = alsa-lib
depends = libpulse
diff --git a/PKGBUILD b/PKGBUILD
index 5d03bd7bc24c..c6fe66666826 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=ring-daemon-git
pkgver=20160219
-pkgrel=4
+pkgrel=5
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' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack'
+depends=('opendht-git' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack'
'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'udev' 'gnutls'
'expat' 'gsm' 'speex' 'speexdsp' 'opus' 'libupnp' 'libsrtp')
makedepends=('git' 'boost' 'msgpack-c')