[arch-commits] Commit in nginx-mod-auth-pam/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Mon Jun 29 20:51:51 UTC 2020


    Date: Monday, June 29, 2020 @ 20:51:50
  Author: mtorromeo
Revision: 656477

upgpkg: nginx-mod-auth-pam 1.5.2-1

Modified:
  nginx-mod-auth-pam/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-29 20:32:15 UTC (rev 656476)
+++ PKGBUILD	2020-06-29 20:51:50 UTC (rev 656477)
@@ -1,8 +1,8 @@
 # Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
 
 pkgname=nginx-mod-auth-pam
-pkgver=1.5.1
-pkgrel=9
+pkgver=1.5.2
+pkgrel=1
 
 _modname=ngx_http_auth_pam_module
 
@@ -13,19 +13,12 @@
 url="https://github.com/sto/ngx_http_auth_pam_module"
 license=('BSD')
 
-source=(
-	https://github.com/sto/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz
-	$_modname-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
-)
+source=(https://github.com/sto/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz)
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin <mdounin at mdounin.ru>
-sha256sums=('77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7'
-            '1a59787672cf9c6768cb77c31f19a870eaf556c7b28c8c22a22cf8a7013b93af')
+sha256sums=('7844b4364c5499ae50725b36ca689c1a950b22df1de8564b2386d82f5f1d863d')
 
 prepare() {
-  cp -r /usr/src/nginx .
-
-	cd "$srcdir"/$_modname-$pkgver
-	patch -p1 -i "$srcdir"/$_modname-critlog.patch
+	cp -r /usr/src/nginx .
 }
 
 build() {



More information about the arch-commits mailing list