Date: Saturday, March 11, 2023 @ 14:24:16
Author: mtorromeo
Revision: 1418695
archrelease: copy trunk to community-x86_64
Added:
nginx-mod-cache_purge/repos/community-x86_64/PKGBUILD
(from rev 1418694, 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
nginx-mod-cache_purge/repos/community-x86_64/keys/
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-11 14:24:07 UTC (rev 1418694)
+++ PKGBUILD 2023-03-11 14:24:16 UTC (rev 1418695)
@@ -1,47 +0,0 @@
-# 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
-}
Copied: nginx-mod-cache_purge/repos/community-x86_64/PKGBUILD (from rev
1418694, nginx-mod-cache_purge/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-11 14:24:16 UTC (rev 1418695)
@@ -0,0 +1,47 @@
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+pkgname=nginx-mod-cache_purge
+pkgver=2.5.3
+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
<[email protected]>
+)
+
+sha256sums=('43158a75bbc8d4ba66ec9c60a1ec13a792803a36b62ffc3fa01088d8675108e0')
+
+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
+}