summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bergeron2018-11-12 14:55:36 -0500
committerTrevor Bergeron2018-11-12 14:55:36 -0500
commit5c8b0c0ef2714e75b04ff1a47777e158de9d11d5 (patch)
tree462da001a640c4b97bd00dd73de8fb59304f3ed3
parent361227e14ec70c84219c2013dd185b96e01b345b (diff)
downloadaur-5c8b0c0ef2714e75b04ff1a47777e158de9d11d5.tar.gz
Bump pkgrel 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 d86f298cd506..b38be5f70aa7 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 = 9
+ pkgrel = 10
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.4.tar.gz
- source = http://nginx.org/download/nginx-1.15.4.tar.gz.asc
+ source = http://nginx.org/download/nginx-1.15.6.tar.gz
+ source = http://nginx.org/download/nginx-1.15.6.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 356b021acd88..0bb83bc84306 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nginx-mainline-mod-rtmp
pkgver=1.2.1
-pkgrel=9
+pkgrel=10
_modname="nginx-rtmp-module"
_nginxver="$(/bin/nginx -v 2>&1 | grep -Eo '([[:digit:]]|\.)+')"