diff options
-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') |