static nginx version

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2020-03-05 19:04:37 +03:00
parent efee987b5c
commit ffa47631ad
1 changed files with 1 additions and 2 deletions

View File

@ -9,10 +9,9 @@ pkgname=nginx-mod-rtmp
pkgver=1.2.1
pkgrel=1
_nginxver=1.16.1
_modname='nginx-rtmp-module'
IFS='/' read -r _ _nginxver < <(/usr/bin/nginx -v)
pkgdesc="Module for nginx that adds RTMP support"
arch=('i686' 'x86_64')
depends=('nginx')