summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bergeron2018-10-08 17:28:03 -0400
committerTrevor Bergeron2018-10-08 17:28:03 -0400
commit680dd7429f06d10dde9dd26f3b632a7645a49582 (patch)
tree71bab105376cfdd725661c481a6259fdb9db232a
parent3a9dade92244487ee924cb77694c0b72893df996 (diff)
downloadaur-680dd7429f06d10dde9dd26f3b632a7645a49582.tar.gz
Bump for nginx update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f263e7a4a59..ae3975170e83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nginx-mainline-mod-rtmp
pkgdesc = Module for mainline nginx that adds RTMP support
pkgver = 1.2.1
- pkgrel = 7
+ pkgrel = 8
url = https://github.com/arut/nginx-rtmp-module
arch = i686
arch = x86_64
license = BSD
depends = nginx-mainline
- source = http://nginx.org/download/nginx-1.15.3.tar.gz
- source = http://nginx.org/download/nginx-1.15.3.tar.gz.asc
+ source = http://nginx.org/download/nginx-1.15.4.tar.gz
+ source = http://nginx.org/download/nginx-1.15.4.tar.gz.asc
source = https://github.com/arut/nginx-rtmp-module/archive/v1.2.1.tar.gz
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e5d3f3ae2f89..23e7b30936af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nginx-mainline-mod-rtmp
pkgver=1.2.1
-pkgrel=7
+pkgrel=8
_modname="nginx-rtmp-module"
_nginxver="$(/bin/nginx -v 2>&1 | grep -Eo '([[:digit:]]|\.)+')"