summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaichi Shinozaki2017-03-29 01:54:00 +0100
committerDaichi Shinozaki2017-03-29 01:54:00 +0100
commit2d2b375aa005e0ca020e27317b842249dea70950 (patch)
treede507395641cddb1cf2f4e6bbf1af7e0285293ba /PKGBUILD
parent0637006dd7e83a3306ac9c51f39b7c345fe44c38 (diff)
downloadaur-2d2b375aa005e0ca020e27317b842249dea70950.tar.gz
Remove a libwebsockets15 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb92aab34273..10f826ad93e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=janus-gateway
pkgver=0.2.2
-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' 'libwebsockets15' 'libevent'
+ 'sofia-sip' 'libusrsctp-git' 'libwebsockets' 'libevent'
'librabbitmq-c' 'opus' 'libogg' 'glib2' 'ding-libs')
makedepends=('gengetopt' 'paho-mqtt-c-git')
provides=(janus-gateway)