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

Jelle van der Waa jelle at archlinux.org
Thu Aug 15 11:49:02 UTC 2019


    Date: Thursday, August 15, 2019 @ 11:49:02
  Author: jelle
Revision: 499538

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-15 11:48:55 UTC (rev 499537)
+++ PKGBUILD	2019-08-15 11:49:02 UTC (rev 499538)
@@ -1,43 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=nginx-mod-cache_purge
-pkgver=2.5
-pkgrel=4
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
-
-pkgdesc='Nginx module with ability to purge content from FastCGI, proxy, SCGI and uWSGI caches'
-arch=('x86_64')
-depends=('nginx')
-url="https://github.com/nginx-modules/ngx_cache_purge"
-license=('CUSTOM')
-
-source=(
-	https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-	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=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
-            'SKIP'
-            '2df8501c7ffcac44d4932939faa686fc3cc56e05cfc05bc411bda3313b05dbdd')
-
-build() {
-	cd "$srcdir"/nginx-$_nginxver
-	./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 "$srcdir"/nginx-$_nginxver/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 499537, nginx-mod-cache_purge/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-15 11:49:02 UTC (rev 499538)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nginx-mod-cache_purge
+pkgver=2.5
+pkgrel=5
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.16.1
+
+pkgdesc='Nginx module with ability to purge content from FastCGI, proxy, SCGI and uWSGI caches'
+arch=('x86_64')
+depends=('nginx')
+url="https://github.com/nginx-modules/ngx_cache_purge"
+license=('CUSTOM')
+
+source=(
+	https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+	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=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
+            'SKIP'
+            '2df8501c7ffcac44d4932939faa686fc3cc56e05cfc05bc411bda3313b05dbdd')
+
+build() {
+	cd "$srcdir"/nginx-$_nginxver
+	./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 "$srcdir"/nginx-$_nginxver/objs
+	for mod in *.so; do
+		install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+	done
+}



More information about the arch-commits mailing list