Date: Wednesday, October 26, 2022 @ 22:25:58
  Author: mtorromeo
Revision: 1337013

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-26 22:25:50 UTC (rev 1337012)
+++ PKGBUILD    2022-10-26 22:25:58 UTC (rev 1337013)
@@ -1,47 +0,0 @@
-# Maintainer: Massimiliano Torromeo <[email protected]>
-
-pkgname=nginx-mod-cache_purge
-pkgver=2.5.2
-pkgrel=2
-
-_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 
<[email protected]>
-)
-
-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
-}

Copied: nginx-mod-cache_purge/repos/community-x86_64/PKGBUILD (from rev 
1337012, nginx-mod-cache_purge/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-26 22:25:58 UTC (rev 1337013)
@@ -0,0 +1,47 @@
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+pkgname=nginx-mod-cache_purge
+pkgver=2.5.2
+pkgrel=3
+
+_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 
<[email protected]>
+)
+
+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
+}

Reply via email to