Date: Tuesday, October 30, 2018 @ 15:19:00
  Author: mtorromeo
Revision: 399639

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-10-30 15:18:45 UTC (rev 399638)
+++ PKGBUILD    2018-10-30 15:19:00 UTC (rev 399639)
@@ -1,39 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
-
-pkgname=nginx-mod-njs
-pkgver=0.2.4 # https://hg.nginx.org/njs/tags
-pkgrel=1
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.14.0
-
-pkgdesc='nginScript module for nginx'
-arch=('x86_64')
-depends=("nginx=$_nginxver")
-url="https://nginx.org/en/docs/njs_about.html";
-license=('CUSTOM')
-
-source=(
-       https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-       njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 
<mdou...@mdounin.ru>
-sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
-            'SKIP'
-            'aa2b7ca5f26a60e6d82597f264cd608adebad0061242eddbfddabe54ec6ec522')
-
-build() {
-       cd "$srcdir"/nginx-$_nginxver
-       ./configure --with-compat --with-stream 
--add-dynamic-module=../njs-$pkgver/nginx
-       make modules
-}
-
-package() {
-       install -Dm644 "$srcdir"/njs-$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-njs/repos/community-x86_64/PKGBUILD (from rev 399638, 
nginx-mod-njs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-10-30 15:19:00 UTC (rev 399639)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
+
+pkgname=nginx-mod-njs
+pkgver=0.2.5 # https://hg.nginx.org/njs/tags
+pkgrel=1
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.14.0
+
+pkgdesc='nginScript module for nginx'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://nginx.org/en/docs/njs_about.html";
+license=('CUSTOM')
+
+source=(
+       https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+       njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 
<mdou...@mdounin.ru>
+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+            'SKIP'
+            '7db275a27c07b04ce81fc6fcdecfd6a9066af57cc4ed2137471fc8b768437506')
+
+build() {
+       cd "$srcdir"/nginx-$_nginxver
+       ./configure --with-compat --with-stream 
--add-dynamic-module=../njs-$pkgver/nginx
+       make modules
+}
+
+package() {
+       install -Dm644 "$srcdir"/njs-$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
+}

Reply via email to