summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-01-09 20:49:55 +0100
committerBaptiste Jonglez2016-01-09 20:49:55 +0100
commit8a2ab36b71038775fea8be7c36b669a6d7277db1 (patch)
treed77f7a36c6eaa7c36c0a149a525fb083b5666351
parentff4fcb7d6aecd492c61e99b9998f2fe369e86307 (diff)
downloadaur-8a2ab36b71038775fea8be7c36b669a6d7277db1.tar.gz
ring-daemon-git: add a strict version dependency to opendht-git (experimental)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 671494e5fb69..94b08b123a5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Dec 16 20:25:55 UTC 2015
+# Sat Jan 9 19:49:55 UTC 2016
pkgbase = ring-daemon-git
pkgdesc = SIP/IAX2 compatible softphone for Linux, based on a DHT (formerly known as SFLphone)
pkgver = 20151215
- pkgrel = 1
+ pkgrel = 3
url = http://ring.cx
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = ring-daemon-git
license = GPL3
makedepends = git
makedepends = boost
- depends = opendht-git
+ depends = opendht-git=20160105
depends = yaml-cpp
depends = alsa-lib
depends = libpulse
@@ -31,7 +31,7 @@ pkgbase = ring-daemon-git
depends = libsrtp
provides = ring-daemon
conflicts = ring-daemon
- source = git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=abe05dbdd77eea18cdee4f64ec04308019f55c13
+ source = git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=99edfe7d570f22e0c4c1086c01e82d50989ac905
md5sums = SKIP
pkgname = ring-daemon-git
diff --git a/PKGBUILD b/PKGBUILD
index 19791ab7386f..4be297a21d21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=ring-daemon-git
pkgver=20151215
-pkgrel=1
+pkgrel=3
pkgdesc="SIP/IAX2 compatible softphone for Linux, based on a DHT (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=20160105' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack'
'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'udev' 'gnutls'
'expat' 'gsm' 'speex' 'speexdsp' 'opus' 'libupnp' 'libsrtp')
makedepends=('git' 'boost')