summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTrevor Bergeron2019-06-07 12:34:33 -0400
committerTrevor Bergeron2019-06-07 12:34:33 -0400
commitca03a3f0ca9bf320a673d2d65a7a1a7908d5a138 (patch)
tree2335957516bfd5c7fe766da28f148c79f83a87cf /PKGBUILD
parentebe0efafaf05471749ad860146de6630041d7e91 (diff)
downloadaur-ca03a3f0ca9bf320a673d2d65a7a1a7908d5a138.tar.gz
Bump pkgrel for nginx update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3b35ecd2e02..8f9dbaa793b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=nginx-mainline-mod-rtmp
pkgver=1.2.1
-pkgrel=14
+pkgrel=15
_modname="nginx-rtmp-module"
_nginxver="$(/bin/nginx -v 2>&1 | grep -Eo '([[:digit:]]|\.)+')"
pkgdesc="Module for mainline nginx that adds RTMP support"
arch=('i686' 'x86_64')
-depends=('nginx-mainline')
+depends=('nginx-mainline>=1.17.0')
url="https://github.com/arut/nginx-rtmp-module"
license=('BSD')