summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2015-07-21 22:39:01 +0200
committerBaptiste Jonglez2015-07-21 22:39:01 +0200
commit98df6380948ded4da6982d2327231b4c31be81e6 (patch)
treec45c5c3bceb796ea8948d907310fb955c5a67266
parenteacd1704d0fa56454f098d250ab37a8c30d1dccb (diff)
downloadaur-98df6380948ded4da6982d2327231b4c31be81e6.tar.gz
opendht-git, ring-daemon-git, libringclient-git, ring-gnome-client-git: use a fixed version, to avoid incompatibilities when API changes
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 219173a59c62..8dc9c5bdd49f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ring-daemon-git
pkgdesc = SIP/IAX2 compatible softphone for Linux, based on a DHT (formerly known as SFLphone)
- pkgver = 20150623
+ pkgver = 20150718
pkgrel = 1
url = http://ring.cx
arch = i686
@@ -26,9 +26,10 @@ pkgbase = ring-daemon-git
depends = speexdsp
depends = opus
depends = libupnp
+ depends = libsrtp
provides = ring-daemon
conflicts = ring-daemon
- source = git+https://gerrit-ring.savoirfairelinux.com/ring-daemon
+ source = git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=b264aa7b6617ac56c2c49463da20b4494b104841
md5sums = SKIP
pkgname = ring-daemon-git
diff --git a/PKGBUILD b/PKGBUILD
index bb138e079613..7cdc2c483e9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=ring-daemon-git
-pkgver=20150623
+pkgver=20150718
pkgrel=1
pkgdesc="SIP/IAX2 compatible softphone for Linux, based on a DHT (formerly known as SFLphone)"
arch=("i686" "x86_64")
@@ -9,11 +9,11 @@ license=('GPL3')
groups=("ring")
depends=('opendht-git' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack'
'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'udev' 'gnutls'
- 'expat' 'gsm' 'speex' 'speexdsp' 'opus' 'libupnp')
+ 'expat' 'gsm' 'speex' 'speexdsp' 'opus' 'libupnp' 'libsrtp')
makedepends=('git' 'boost')
provides=('ring-daemon')
conflicts=('ring-daemon')
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon")
+source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=b264aa7b6617ac56c2c49463da20b4494b104841")
md5sums=('SKIP')
pkgver() {