summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-04-21 13:38:35 +0200
committerGoliathLabs2020-04-21 13:38:35 +0200
commit50252cdf6be99c9ab0a7258958589fd89474a136 (patch)
treefd1551b5ac3a5b1f5048a2cbcb3c7b6a98ad57ab /PKGBUILD
parentaed2a97b7ceab1a96347218a92bc41e40d70342f (diff)
downloadaur-50252cdf6be99c9ab0a7258958589fd89474a136.tar.gz
Updated: nginx Version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 14 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31537f89722a..29380d0b3132 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,28 @@
-# Maintainer: Sergey Shatunov <me@prok.pw>
+# Maintainer:
+# Contributor: Felix Golatofski <contact@xdfr.de>
+# Contributor: Sergey Shatunov <me@prok.pw>
pkgname=nginx-mainline-mod-http-xslt-filter
-pkgver=1.13.12
+pkgver=1.17.10
pkgrel=1
_modname="${pkgname#nginx-mainline-mod-}"
-pkgdesc='HTTP XSLT module for the Nginx web server'
+pkgdesc='HTTP XSLT module for the Nginx mainline web server'
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
depends=('nginx-mainline' 'libxslt')
url="https://nginx.org"
license=('custom')
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz)
-sha256sums=('fb92f5602cdb8d3ab1ad47dbeca151b185d62eedb67d347bbe9d79c1438c85de')
+source=(https://nginx.org/download/nginx-$pkgver.tar.gz{,.asc}
+)
+
+validpgpkeys=(
+ 'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
+)
+
+sha256sums=('a9aa73f19c352a6b166d78e2a664bb3ef1295bbe6d3cc5aa7404bd4664ab4b83'
+ 'SKIP')
build() {
cd "$srcdir"/nginx-$pkgver