summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaichi Shinozaki2016-02-11 12:10:06 +0000
committerDaichi Shinozaki2016-02-11 12:10:06 +0000
commit2e5272624a76ddc07f2075846ca91745d5453f30 (patch)
treef9588c2bef82ce86fc31fe60c11a579b76f62dee /PKGBUILD
parentfb2bc8c3b8567b3b6f709aa62d147f9f2ca11dd1 (diff)
downloadaur-2e5272624a76ddc07f2075846ca91745d5453f30.tar.gz
Updated the Dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ef2628b8a14..9c75c1c6a06a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=janus-gateway
pkgver=0.0.9
-pkgrel=1
+pkgrel=2
pkgdesc="WebRTC gateway."
arch=('i686' 'x86_64')
url="http://janus.conf.meetecho.com/"
license=('GPL3')
depends=('libmicrohttpd' 'jansson' 'libnice' 'openssl' 'libsrtp'
- 'sofia-sip' 'libusrsctp-git' 'libwebsockets<1.6' 'libevent'
+ 'sofia-sip' 'libusrsctp-git' 'libwebsockets15' 'libevent'
'librabbitmq-c' 'opus' 'libogg' 'glib2' 'ding-libs')
makedepends=('gengetopt')
provides=(janus-gateway)