[arch-commits] Commit in nginx-mod-redis/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Thu Aug 15 12:08:48 UTC 2019
Date: Thursday, August 15, 2019 @ 12:08:48
Author: jelle
Revision: 499560
archrelease: copy trunk to community-x86_64
Added:
nginx-mod-redis/repos/community-x86_64/PKGBUILD
(from rev 499559, nginx-mod-redis/trunk/PKGBUILD)
Deleted:
nginx-mod-redis/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-15 12:08:41 UTC (rev 499559)
+++ PKGBUILD 2019-08-15 12:08:48 UTC (rev 499560)
@@ -1,39 +0,0 @@
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=nginx-mod-redis
-pkgver=0.3.9
-pkgrel=4
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
-
-pkgdesc='Nginx module for redis caching'
-arch=('x86_64')
-depends=("nginx=$_nginxver")
-url="https://www.nginx.com/resources/wiki/modules/redis/"
-license=('CUSTOM')
-
-source=(
- https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
- https://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin <mdounin at mdounin.ru>
-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
- 'SKIP'
- '21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46')
-
-build() {
- cd "$srcdir"/nginx-$_nginxver
- ./configure --with-compat --add-dynamic-module=../ngx_http_redis-$pkgver
- make modules
-}
-
-package() {
- install -Dm644 "$srcdir"/ngx_http_redis-$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-redis/repos/community-x86_64/PKGBUILD (from rev 499559, nginx-mod-redis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-08-15 12:08:48 UTC (rev 499560)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nginx-mod-redis
+pkgver=0.3.9
+pkgrel=5
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.16.1
+
+pkgdesc='Nginx module for redis caching'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://www.nginx.com/resources/wiki/modules/redis/"
+license=('CUSTOM')
+
+source=(
+ https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+ https://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin <mdounin at mdounin.ru>
+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
+ 'SKIP'
+ '21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46')
+
+build() {
+ cd "$srcdir"/nginx-$_nginxver
+ ./configure --with-compat --add-dynamic-module=../ngx_http_redis-$pkgver
+ make modules
+}
+
+package() {
+ install -Dm644 "$srcdir"/ngx_http_redis-$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