community/lua-resty-*: missing nginx-mod-http-lua on s390x

Root cause is missing luajit support on s390x
This commit is contained in:
Tuan Hoang 2019-05-13 12:15:08 +00:00 committed by Kevin Daudt
parent d4e0a17ab9
commit 6c64dbd4d8
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ pkgver=0.18
pkgrel=0
pkgdesc="DNS resolver for the nginx lua module"
url="https://github.com/openresty/lua-resty-dns"
arch="noarch"
arch="noarch !s390x"
license="BSD"
depends="nginx-mod-http-lua"
makedepends=""

View File

@ -6,7 +6,7 @@ _commitid=989f601acbe74dee71c1a48f3e140a427f2d03ae
pkgrel=0
pkgdesc="HMAC functions for OpenResty"
url="https://github.com/jkeys089/lua-resty-hmac"
arch="noarch"
arch="noarch !s390x"
license="BSD"
depends="nginx-mod-http-lua lua-resty-string"
makedepends=""

View File

@ -5,7 +5,7 @@ pkgver=0.2.0
pkgrel=0
pkgdesc="JSON Web Token library for OpenResty"
url="https://github.com/cdbattags/lua-resty-jwt"
arch="noarch"
arch="noarch !s390x"
license="BSD2"
depends="lua-resty-hmac"
source="$pkgname-$pkgver.tar.gz::https://github.com/cdbattags/$pkgname/archive/v$pkgver.tar.gz"

View File

@ -5,7 +5,7 @@ pkgver=1.7.1
pkgrel=0
pkgdesc="OpenID Connect library for the nginx lua module"
url="https://github.com/zmartzone/$pkgname"
arch="noarch"
arch="noarch !s390x"
license="BSD2"
source="$pkgname-$pkgver.tar.gz::https://github.com/zmartzone/$pkgname/archive/v$pkgver.tar.gz"
depends="lua-cjson lua-resty-string lua-resty-http lua-resty-session lua-resty-jwt"

View File

@ -5,7 +5,7 @@ pkgver=0.11
pkgrel=0
pkgdesc="String functions for OpenResty"
url="https://github.com/openresty/lua-resty-string"
arch="noarch"
arch="noarch !s390x"
license="BSD"
depends="nginx-mod-http-lua"
makedepends=""