Date: Sunday, June 13, 2021 @ 03:05:56
  Author: felixonmars
Revision: 963242

archrelease: copy trunk to community-x86_64

Added:
  nginx-mod-headers-more/repos/community-x86_64/PKGBUILD
    (from rev 963241, nginx-mod-headers-more/trunk/PKGBUILD)
Deleted:
  nginx-mod-headers-more/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-06-13 03:05:44 UTC (rev 963241)
+++ PKGBUILD    2021-06-13 03:05:56 UTC (rev 963242)
@@ -1,39 +0,0 @@
-# Maintainer: Massimiliano Torromeo <[email protected]>
-
-pkgname=nginx-mod-headers-more
-pkgver=0.33
-pkgrel=8
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.20.0
-
-pkgdesc="Nginx module to set and clear input and output headers"
-arch=('x86_64')
-depends=("nginx=$_nginxver")
-url="https://github.com/openresty/headers-more-nginx-module";
-license=('BSD')
-
-source=(
-       https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-       
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 
<[email protected]>
-sha256sums=('54ef91ec8ebcaa486c640c09c92d832eaeaff149b10ee52ef140f407b1b04d1c'
-            'SKIP'
-            'a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf')
-
-build() {
-       cd "$srcdir"/nginx-$_nginxver
-       ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
-       make modules
-}
-
-package() {
-       cd "$srcdir"/nginx-$_nginxver/objs
-       for mod in *.so; do
-               install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-       done
-
-       install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
-                      "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
-}

Copied: nginx-mod-headers-more/repos/community-x86_64/PKGBUILD (from rev 
963241, nginx-mod-headers-more/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-06-13 03:05:56 UTC (rev 963242)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+pkgname=nginx-mod-headers-more
+pkgver=0.33
+pkgrel=9
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.20.1
+
+pkgdesc="Nginx module to set and clear input and output headers"
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/openresty/headers-more-nginx-module";
+license=('BSD')
+
+source=(
+       https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+       
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 
<[email protected]>
+sha256sums=('e462e11533d5c30baa05df7652160ff5979591d291736cfa5edb9fd2edb48c49'
+            'SKIP'
+            'a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf')
+
+build() {
+       cd "$srcdir"/nginx-$_nginxver
+       ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
+       make modules
+}
+
+package() {
+       cd "$srcdir"/nginx-$_nginxver/objs
+       for mod in *.so; do
+               install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+       done
+
+       install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
+                      "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
+}

Reply via email to