summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-02-21 22:22:13 +0100
committerBaptiste Jonglez2016-02-21 22:22:13 +0100
commit4bf1fa9b04b11311bdb2bb79d853c2dc874486d3 (patch)
tree3da5b04dbe710919bfcda49cb8bf2dc351275d4c
parent89a95a526fbcf54447f83a84f13e49cc8f5046a5 (diff)
downloadaur-4bf1fa9b04b11311bdb2bb79d853c2dc874486d3.tar.gz
ring-daemon-git: Bump pkgrel for new upload
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb8ccf74bc71..d38dd7091112 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
# Generated by mksrcinfo v8
-# Sun Feb 21 01:03:51 UTC 2016
+# Sun Feb 21 21:22:13 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 = 1
+ pkgrel = 3
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 a98da1ae9de6..1de76afe40c4 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=1
+pkgrel=3
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' 'boost' 'msgpack-c')
+makedepends=('git' 'msgpack-c')
provides=('ring-daemon')
conflicts=('ring-daemon')
source=("git://github.com/savoirfairelinux/ring-daemon")