Date: Wednesday, October 18, 2017 @ 08:21:44
  Author: bpiotrowski
Revision: 263201

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   80 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 ---------------------
 community-x86_64/PKGBUILD |   39 ---------------------
 3 files changed, 80 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-10-18 08:21:32 UTC (rev 263200)
+++ community-i686/PKGBUILD     2017-10-18 08:21:44 UTC (rev 263201)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
-
-pkgname=nginx-mod-headers-more
-pkgver=0.32
-pkgrel=2
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.1
-
-pkgdesc="Nginx module to set and clear input and output headers"
-arch=('i686' 'x86_64')
-depends=("nginx=$_nginxver")
-url="https://github.com/openresty/headers-more-nginx-module";
-license=('BSD')
-
-source=(
-       http://nginx.org/download/nginx-$_nginxver.tar.gz
-       
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
-)
-
-sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-            'c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720')
-
-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-i686/PKGBUILD (from rev 263200, 
nginx-mod-headers-more/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-10-18 08:21:44 UTC (rev 263201)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
+
+pkgname=nginx-mod-headers-more
+pkgver=0.32
+pkgrel=3
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.12.2
+
+pkgdesc="Nginx module to set and clear input and output headers"
+arch=('i686' '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 
<mdou...@mdounin.ru>
+sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+            'SKIP'
+            'c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2017-10-18 08:21:32 UTC (rev 263200)
+++ community-x86_64/PKGBUILD   2017-10-18 08:21:44 UTC (rev 263201)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
-
-pkgname=nginx-mod-headers-more
-pkgver=0.32
-pkgrel=2
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.1
-
-pkgdesc="Nginx module to set and clear input and output headers"
-arch=('i686' 'x86_64')
-depends=("nginx=$_nginxver")
-url="https://github.com/openresty/headers-more-nginx-module";
-license=('BSD')
-
-source=(
-       http://nginx.org/download/nginx-$_nginxver.tar.gz
-       
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
-)
-
-sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-            'c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720')
-
-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 
263200, nginx-mod-headers-more/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-18 08:21:44 UTC (rev 263201)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
+
+pkgname=nginx-mod-headers-more
+pkgver=0.32
+pkgrel=3
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.12.2
+
+pkgdesc="Nginx module to set and clear input and output headers"
+arch=('i686' '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 
<mdou...@mdounin.ru>
+sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+            'SKIP'
+            'c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720')
+
+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