[arch-commits] Commit in nginx-mod-cache_purge/repos/community-x86_64 (2 files)

Massimiliano Torromeo mtorromeo at gemini.archlinux.org
Mon Jun 6 14:39:13 UTC 2022


    Date: Monday, June 6, 2022 @ 14:39:12
  Author: mtorromeo
Revision: 1226773

archrelease: copy trunk to community-x86_64

Added:
  nginx-mod-cache_purge/repos/community-x86_64/PKGBUILD
    (from rev 1226772, nginx-mod-cache_purge/trunk/PKGBUILD)
Deleted:
  nginx-mod-cache_purge/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-06 14:39:06 UTC (rev 1226772)
+++ PKGBUILD	2022-06-06 14:39:12 UTC (rev 1226773)
@@ -1,47 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=nginx-mod-cache_purge
-pkgver=2.5.1
-pkgrel=4
-
-_modname="${pkgname#nginx-mod-}"
-
-pkgdesc='Nginx module with ability to purge content from FastCGI, proxy, SCGI and uWSGI caches'
-arch=('x86_64')
-depends=('nginx')
-makedepends=('nginx-src')
-url="https://github.com/nginx-modules/ngx_cache_purge"
-license=('CUSTOM')
-
-source=(
-	https://github.com/nginx-modules/ngx_cache_purge/archive/$pkgver/ngx_cache_purge-$pkgver.tar.gz
-)
-
-validpgpkeys=(
-	'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin at mdounin.ru>
-)
-
-sha256sums=('9db968170c301168c4a623bce3fefe8bfd93d676c2006d1a8b2d5eec668cc22c')
-
-prepare() {
-	mkdir -p build
-	cd build
-	ln -sf /usr/src/nginx/auto
-	ln -sf /usr/src/nginx/src
-}
-
-build() {
-	cd build
-	/usr/src/nginx/configure --with-compat --add-dynamic-module=../ngx_cache_purge-$pkgver
-	make modules
-}
-
-package() {
-	install -Dm644 "$srcdir"/ngx_cache_purge-$pkgver/LICENSE \
-	               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-	cd build/objs
-	for mod in *.so; do
-		install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-	done
-}

Copied: nginx-mod-cache_purge/repos/community-x86_64/PKGBUILD (from rev 1226772, nginx-mod-cache_purge/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-06 14:39:12 UTC (rev 1226773)
@@ -0,0 +1,47 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nginx-mod-cache_purge
+pkgver=2.5.2
+pkgrel=1
+
+_modname="${pkgname#nginx-mod-}"
+
+pkgdesc='Nginx module with ability to purge content from FastCGI, proxy, SCGI and uWSGI caches'
+arch=('x86_64')
+depends=('nginx')
+makedepends=('nginx-src')
+url="https://github.com/nginx-modules/ngx_cache_purge"
+license=('CUSTOM')
+
+source=(
+	https://github.com/nginx-modules/ngx_cache_purge/archive/$pkgver/ngx_cache_purge-$pkgver.tar.gz
+)
+
+validpgpkeys=(
+	'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin at mdounin.ru>
+)
+
+sha256sums=('552ff1b9a8bcf77b21093b0e2e59a86852870ffda8c97af8ca9422ccd90ccd5f')
+
+prepare() {
+	mkdir -p build
+	cd build
+	ln -sf /usr/src/nginx/auto
+	ln -sf /usr/src/nginx/src
+}
+
+build() {
+	cd build
+	/usr/src/nginx/configure --with-compat --add-dynamic-module=../ngx_cache_purge-$pkgver
+	make modules
+}
+
+package() {
+	install -Dm644 "$srcdir"/ngx_cache_purge-$pkgver/LICENSE \
+	               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+	cd build/objs
+	for mod in *.so; do
+		install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+	done
+}



More information about the arch-commits mailing list