summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bergeron2018-06-18 12:23:34 -0400
committerTrevor Bergeron2018-06-18 12:23:34 -0400
commite904d7a30527440870895d724f467ec4a3c94356 (patch)
treeb1f13ddcab546266a34b7fb3fe0c7ebb79fab883
parent2d5595a687ba2847d306d480dbae0fb3deb1ef15 (diff)
downloadaur-e904d7a30527440870895d724f467ec4a3c94356.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 57b463110df2..816db29638de 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 = 3
+ pkgrel = 4
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.13.12.tar.gz
- source = http://nginx.org/download/nginx-1.13.12.tar.gz.asc
+ source = http://nginx.org/download/nginx-1.15.0.tar.gz
+ source = http://nginx.org/download/nginx-1.15.0.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 c76a6affe61b..c641d366a8d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nginx-mainline-mod-rtmp
pkgver=1.2.1
-pkgrel=3
+pkgrel=4
_modname="nginx-rtmp-module"
_nginxver="$(/bin/nginx -v 2>&1 | grep -Eo '([[:digit:]]|\.)+')"