summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-18 20:44:20 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-18 20:44:20 -0700
commitafd2eb2f2007ec587d75debf9c313b633d47ac9d (patch)
tree6eda29d4480532816beafee1e4789ec3a106ffe5
parentInitial commit (diff)
downloadnginx-mainline-mod-rtmp-afd2eb2f2007ec587d75debf9c313b633d47ac9d.tar.xz
Rebuild for nginx 1.17.10
-rw-r--r--PKGBUILD17
1 files changed, 9 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0dee416..bd98304 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,29 +2,30 @@
# Maintainer (AUR): Trevor Bergeron <aur@sec.gd>
# # I maintain this because:
+# AUR version uses http
# I use it and it is not in an official repo
pkgname=nginx-mainline-mod-rtmp
pkgver=1.2.1
-pkgrel=15
+pkgrel=16
_modname="nginx-rtmp-module"
-_nginxver=1.17.9
+_nginxver=1.17.10
pkgdesc="Module for mainline nginx that adds RTMP support"
arch=('i686' 'x86_64')
-depends=('nginx-mainline=1.17.9')
+depends=('nginx-mainline==1.17.10')
url="https://github.com/arut/nginx-rtmp-module"
license=('BSD')
source=(
- http://nginx.org/download/nginx-$_nginxver.tar.gz
- http://nginx.org/download/nginx-$_nginxver.tar.gz.asc
+ https://nginx.org/download/nginx-$_nginxver.tar.gz
+ https://nginx.org/download/nginx-$_nginxver.tar.gz.asc
${pkgname}-${pkgver}.tar.gz::https://github.com/arut/$_modname/archive/v$pkgver.tar.gz
)
-sha256sums=('SKIP'
- 'SKIP'
- '87aa597400b0b5a05274ee2d23d8cb8224e12686227a0abe31d783b3a645ea37')
+b2sums=('5e86be6c6aebfd336579269ecfa09eab9ff5c0185e0bd36f993b5ccac4d13f64ef3d10cad4d0ac00c7fb67e3ecb048b7b0f4c74cf5c5376fdc643b5cecee28ac'
+ 'SKIP'
+ '744ccb8031eb9653f158f9eceba64fc9c8af7b9a42e64ef996ab3bbbe1402e5ffd3efcc8e4aaca437eb5e208e4b6f2d8643fcca953b32f32543eaa1ae4d9505c')
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8')
build() {