summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Hausmann2021-04-22 13:49:50 +0200
committerLaura Hausmann2021-04-22 13:49:50 +0200
commit9208ccc190653677b82a80df22c73271a73517b9 (patch)
treeb1a6c398d75ee05bed8052ccbd8f1aca31877dbf
parentd69ef3be72dee94d0c2c434457c1748a833485eb (diff)
downloadaur-9208ccc190653677b82a80df22c73271a73517b9.tar.gz
up pkgrel due to nginx update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc96624e4a13..140b1ed81d5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mod-rtmp-lhaus-git
pkgdesc = Module for nginx that adds RTMP, HLS, and MPEG-DASH support. lhaus fork.
pkgver = 1207.8aa8f06
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lhaus/nginx-rtmp-module
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = nginx-mod-rtmp-lhaus-git
depends = nginx
depends = openssl
provides = nginx-rtmp-module
- source = http://nginx.org/download/nginx-11.tar.gz
- source = http://nginx.org/download/nginx-11.tar.gz.asc
+ source = http://nginx.org/download/nginx-1.20.0.tar.gz
+ source = http://nginx.org/download/nginx-1.20.0.tar.gz.asc
source = nginx-rtmp-module::git+https://github.com/lhaus/nginx-rtmp-module.git#branch=dev
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c58e851c5f18..3113f83c625e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=nginx-mod-rtmp-lhaus-git
pkgver=1207.8aa8f06
-pkgrel=1
+pkgrel=2
_modname="nginx-rtmp-module"
_nginxver="$(/bin/nginx -v 2>&1 | grep -Eo '([[:digit:]]|\.)+')"