summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-10-12 17:03:34 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-10-12 17:03:34 -0700
commit08a7f4c29f09de10e51c0c949613385ddab47996 (patch)
tree33b4f08ecfd9c114357a992eb3ffa428a5b56367
parentRebuild using nginx-mainline-src instead of raw source for compatibility reas... (diff)
downloadnginx-mainline-mod-rtmp-08a7f4c29f09de10e51c0c949613385ddab47996.tar.xz
Rebuild against 1.23.1
-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')