summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-11-17 19:32:39 +0100
committerBaptiste Jonglez2016-11-17 19:32:39 +0100
commitff18a07bfe5c73ea84c8d642276858ba615c212c (patch)
treecbf40b8f8768595a542bfba8db83ba527ebdd7b4
parentf44a24c192b704a26b8889dbc5010d495c56e539 (diff)
downloadaur-ff18a07bfe5c73ea84c8d642276858ba615c212c.tar.gz
ring-daemon: Remove obsolete optdepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0aa154f8723a..d2c99f4e7c79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Nov 12 22:05:22 UTC 2016
+# Thu Nov 17 18:32:39 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 = 20161111
- pkgrel = 1
+ pkgrel = 2
url = http://ring.cx
arch = i686
arch = x86_64
@@ -33,7 +33,6 @@ pkgbase = ring-daemon-git
depends = boost-libs
depends = pjproject-savoirfairelinux
depends = restbed-latest
- optdepends = restbed: for the REST interface to the daemon (untested)
conflicts = ring-daemon
source = git+https://gerrit-ring.savoirfairelinux.com/ring-daemon
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c807fbcbf259..14a0e87e1541 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=ring-daemon-git
pkgver=20161111
-pkgrel=1
+pkgrel=2
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")
url="http://ring.cx"
@@ -12,7 +12,6 @@ depends=('opendht-git' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
'expat' 'gsm' 'libupnp' 'libnatpmp' 'crypto++' 'libva' 'boost-libs'
'pjproject-savoirfairelinux' 'restbed-latest')
makedepends=('git' 'boost' 'msgpack-c')
-optdepends=('restbed: for the REST interface to the daemon (untested)')
conflicts=('ring-daemon')
source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon")
md5sums=('SKIP')