summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a67d3e101ac..9107a5cefe53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,7 @@ pkgbase = janus-gateway
depends = libmicrohttpd
depends = libnice
depends = libsrtp
- depends = libusrsctp-git
+ depends = libusrsctp
depends = openssl
optdepends = libwebsockets: WebSockets support for Janus API
optdepends = librabbitmq-c: RabbitMQ support for the Janus API or events
diff --git a/PKGBUILD b/PKGBUILD
index 76bd0092e8e0..609a6c7b9502 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ depends=('glib2'
'libmicrohttpd'
'libnice'
'libsrtp'
- 'libusrsctp-git'
+ 'libusrsctp'
'openssl')
optdepends=('libwebsockets: WebSockets support for Janus API'
'librabbitmq-c: RabbitMQ support for the Janus API or events'