summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-02-21 22:24:11 +0100
committerBaptiste Jonglez2016-02-21 22:24:11 +0100
commit150c0ba1b4b0cf2da4045897e50d9471ebb3a143 (patch)
tree1aab6722ac3d7e446595ff35c5fd9cec5e784510
parent4bf1fa9b04b11311bdb2bb79d853c2dc874486d3 (diff)
downloadaur-150c0ba1b4b0cf2da4045897e50d9471ebb3a143.tar.gz
ring-daemon-git: Add boost back to makedepends (silly git mistake)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d38dd7091112..03adf427e32c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Feb 21 21:22:13 UTC 2016
+# Sun Feb 21 21:24:11 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 = 3
+ pkgrel = 4
url = http://ring.cx
arch = i686
arch = x86_64
groups = ring
license = GPL3
makedepends = git
+ makedepends = boost
makedepends = msgpack-c
depends = opendht
depends = yaml-cpp
diff --git a/PKGBUILD b/PKGBUILD
index 1de76afe40c4..5d03bd7bc24c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=ring-daemon-git
pkgver=20160219
-pkgrel=3
+pkgrel=4
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"
@@ -10,7 +10,7 @@ groups=("ring")
depends=('opendht' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack'
'libsamplerate' 'libsndfile' 'dbus-c++' 'ffmpeg' 'udev' 'gnutls'
'expat' 'gsm' 'speex' 'speexdsp' 'opus' 'libupnp' 'libsrtp')
-makedepends=('git' 'msgpack-c')
+makedepends=('git' 'boost' 'msgpack-c')
provides=('ring-daemon')
conflicts=('ring-daemon')
source=("git://github.com/savoirfairelinux/ring-daemon")