diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-12 09:07:01 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-12 09:07:01 -0800 |
commit | ca4596a83f01e8ca8b98ec7d48e7ba279136dacc (patch) | |
tree | b863051e3780434c56373f91f300cca90e85867e /PKGBUILD | |
parent | Rebuild against nginx 1.27.2 (diff) | |
download | nginx-mainline-mod-rtmp-ca4596a83f01e8ca8b98ec7d48e7ba279136dacc.tar.xz |
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,15 +7,15 @@ pkgname=nginx-mainline-mod-rtmp pkgver=1.2.2 -pkgrel=20 +pkgrel=21 _modname="nginx-rtmp-module" -_nginxver=1.27.2 +_nginxver=1.27.3 pkgdesc="Module for mainline nginx that adds RTMP support" arch=('aarch64' 'i686' 'x86_64') depends=("nginx-mainline=${_nginxver}") -makedepends=("nginx-mainline-src=${_nginxver}") +makedepends=("nginx-mainline-src=${_nginxver}" 'libxslt' 'gd' 'geoip') url="https://github.com/arut/nginx-rtmp-module" license=('BSD') |