[arch-commits] Commit in nginx-mod-cache_purge/repos/community-x86_64 (2 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Fri Nov 9 00:54:31 UTC 2018
Date: Friday, November 9, 2018 @ 00:54:30
Author: bpiotrowski
Revision: 404236
archrelease: copy trunk to community-x86_64
Added:
nginx-mod-cache_purge/repos/community-x86_64/PKGBUILD
(from rev 404235, 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 2018-11-09 00:54:26 UTC (rev 404235)
+++ PKGBUILD 2018-11-09 00:54:30 UTC (rev 404236)
@@ -1,43 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=nginx-mod-cache_purge
-pkgver=2.5
-pkgrel=1
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.14.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=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
- '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 404235, nginx-mod-cache_purge/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-11-09 00:54:30 UTC (rev 404236)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nginx-mod-cache_purge
+pkgver=2.5
+pkgrel=2
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.14.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=('bf09974130c0d41c0a811decc17a96ec2f58cdc8bbacb771de8d38c9ba14a4a4'
+ '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