summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9b0f99..816ee13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,15 +7,15 @@
pkgname=nginx-mainline-mod-rtmp
pkgver=1.2.2
-pkgrel=6
+pkgrel=7
_modname="nginx-rtmp-module"
-_nginxver=1.21.6
+_nginxver=1.23.1
pkgdesc="Module for mainline nginx that adds RTMP support"
arch=('aarch64' 'i686' 'x86_64')
depends=("nginx-mainline=${_nginxver}")
-makedepends=('nginx-mainline-src')
+makedepends=("nginx-mainline-src=${_nginxver}")
url="https://github.com/arut/nginx-rtmp-module"
license=('BSD')