summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Devaev2022-08-17 18:02:05 +0300
committerMaxim Devaev2022-08-17 18:02:05 +0300
commit92208c5f4db5c61fe5e0fe1c3e9a8c64fed64a19 (patch)
tree893674bd467469ff3227fc22ab296e9b552f8e3a
parent95a8847994a9e3f46e25b83773fc5afd30187e7b (diff)
downloadaur-92208c5f4db5c61fe5e0fe1c3e9a8c64fed64a19.tar.gz
5.20
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a6888ce04cc..e83971fd48b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ustreamer
-pkgver=5.17
+pkgver=5.20
pkgrel=1
pkgdesc="Lightweight and fast MJPEG-HTTP streamer"
url="https://github.com/pikvm/ustreamer"
@@ -22,8 +22,8 @@ if [ -e /usr/bin/python3 ]; then
makedepends+=(python-setuptools)
fi
if [ -e /usr/include/janus/plugins/plugin.h ];then
- depends+=(janus-gateway-pikvm alsa-lib opus)
- makedepends+=(janus-gateway-pikvm alsa-lib opus)
+ depends+=(janus-gateway alsa-lib opus)
+ makedepends+=(janus-gateway alsa-lib opus)
_options="$_options WITH_JANUS=1"
fi