summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bergeron2019-04-02 19:12:29 -0400
committerTrevor Bergeron2019-04-02 19:12:29 -0400
commitf9ff024fce29dec78ce146524e6f711696bdf64c (patch)
tree8fe8dec40888a6a817dcee11292f1c3eb66ff44d
parentcdbf0362998e85ab117592e78a9f07944a7db6ff (diff)
downloadaur-f9ff024fce29dec78ce146524e6f711696bdf64c.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 adfb4225bad2..35740f9a4ee1 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 = 12
+ pkgrel = 13
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.9.tar.gz
- source = http://nginx.org/download/nginx-1.15.9.tar.gz.asc
+ source = http://nginx.org/download/nginx-1.15.10.tar.gz
+ source = http://nginx.org/download/nginx-1.15.10.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 387f095692ba..3646edcc8200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nginx-mainline-mod-rtmp
pkgver=1.2.1
-pkgrel=12
+pkgrel=13
_modname="nginx-rtmp-module"
_nginxver="$(/bin/nginx -v 2>&1 | grep -Eo '([[:digit:]]|\.)+')"