summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f97457380b60..5ec34076dc94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Oct 30 12:30:43 UTC 2018
pkgbase = nginx-mainline-mod-geoip2
pkgdesc = GeoIP2 module for mainline nginx
pkgver = 2.0
@@ -9,6 +11,7 @@ pkgbase = nginx-mainline-mod-geoip2
depends = nginx-mainline
depends = libmaxminddb
source = https://nginx.org/download/nginx-1.15.5.tar.gz
+ source = https://nginx.org/download/nginx-1.15.5.tar.gz.asc
source = https://github.com/leev/ngx_http_geoip2_module/archive/2.0/ngx_http_geoip2_module-2.0.tar.gz
sha256sums = 1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f
sha256sums = ebb4652c4f9a2e1ee31fddefc4c93ff78e651a4b2727d3453d026bccbd708d99
diff --git a/PKGBUILD b/PKGBUILD
index aa7f91e0a28e..3030e6e236c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,10 +14,14 @@ url="https://github.com/leev/ngx_http_geoip2_module"
license=('BSD')
source=(
- https://nginx.org/download/nginx-$_nginxver.tar.gz
+ https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
https://github.com/leev/ngx_http_geoip2_module/archive/$pkgver/$_modname-$pkgver.tar.gz
)
+validpgpkeys=(
+ 'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
+)
+
sha256sums=('1a3a889a8f14998286de3b14cc1dd5b2747178e012d6d480a18aa413985dae6f'
'ebb4652c4f9a2e1ee31fddefc4c93ff78e651a4b2727d3453d026bccbd708d99')