summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-07-26 12:49:18 +0200
committerBaptiste Jonglez2016-07-26 12:49:18 +0200
commite76425c1c23919eab5a88f8abd0bd6fe57fad0f1 (patch)
tree5fe4c044e18c8c57ece4fbc48aed8e09bc624ddc
parent6617d92a31977f8527a89dd47e3023bdfa9a6fdf (diff)
downloadaur-e76425c1c23919eab5a88f8abd0bd6fe57fad0f1.tar.gz
ring-daemon-git: Add new dependency libnatpmp
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 081e0983ef66..6d7212946218 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jul 1 23:30:51 UTC 2016
+# Tue Jul 26 10:49:24 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 = 20160630
- pkgrel = 3
+ pkgver = 20160725
+ pkgrel = 1
url = http://ring.cx
arch = i686
arch = x86_64
@@ -31,6 +31,7 @@ pkgbase = ring-daemon-git
depends = opus
depends = libupnp
depends = libsrtp
+ depends = libnatpmp
depends = pjproject-savoirfairelinux
conflicts = ring-daemon
source = git+https://gerrit-ring.savoirfairelinux.com/ring-daemon
diff --git a/PKGBUILD b/PKGBUILD
index 6e78aff2680d..3616e0d966ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=ring-daemon-git
-pkgver=20160630
-pkgrel=3
+pkgver=20160725
+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"
@@ -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'
+ 'expat' 'gsm' 'speex' 'speexdsp' 'opus' 'libupnp' 'libsrtp' 'libnatpmp'
'pjproject-savoirfairelinux')
makedepends=('git' 'boost' 'msgpack-c')
conflicts=('ring-daemon')