diff --git a/janus-gateway-git/PKGBUILD b/janus-gateway-git/PKGBUILD index 96d91e4..bdfe030 100644 --- a/janus-gateway-git/PKGBUILD +++ b/janus-gateway-git/PKGBUILD @@ -2,13 +2,13 @@ pkgname=janus-gateway-git pkgver=0.0.6.r87.g0881acc -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' 'sctp-refimpl-svn' 'libwebsock-nothreads' 'libevent' 'librabbitmq-c' 'opus' 'libogg' 'glib2' 'ding-libs') -makedepends=('git' 'libtool' 'automake' 'autoconf' 'gcc' 'make' 'pkg-config' 'gengetopt') +makedepends=('git' 'libtool' 'automake' 'autoconf' 'gcc' 'make' 'pkg-config' 'gengetopt' 'patch') provides=(janus-gateway) backup=('etc/janus/janus.cfg') install=janus-gateway-git.install