aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/lua-resty-dns/APKBUILD2
-rw-r--r--community/lua-resty-hmac/APKBUILD2
-rw-r--r--community/lua-resty-jwt/APKBUILD2
-rw-r--r--community/lua-resty-openidc/APKBUILD2
-rw-r--r--community/lua-resty-string/APKBUILD2
5 files changed, 5 insertions, 5 deletions
diff --git a/community/lua-resty-dns/APKBUILD b/community/lua-resty-dns/APKBUILD
index 6555d23668d..3703387d1ab 100644
--- a/community/lua-resty-dns/APKBUILD
+++ b/community/lua-resty-dns/APKBUILD
@@ -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=""
diff --git a/community/lua-resty-hmac/APKBUILD b/community/lua-resty-hmac/APKBUILD
index b37a929a081..1e52c2dc4f0 100644
--- a/community/lua-resty-hmac/APKBUILD
+++ b/community/lua-resty-hmac/APKBUILD
@@ -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=""
diff --git a/community/lua-resty-jwt/APKBUILD b/community/lua-resty-jwt/APKBUILD
index 8180e29f998..de0e196a3b3 100644
--- a/community/lua-resty-jwt/APKBUILD
+++ b/community/lua-resty-jwt/APKBUILD
@@ -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"
diff --git a/community/lua-resty-openidc/APKBUILD b/community/lua-resty-openidc/APKBUILD
index 26fafb03345..b4ffe1c6f8a 100644
--- a/community/lua-resty-openidc/APKBUILD
+++ b/community/lua-resty-openidc/APKBUILD
@@ -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"
diff --git a/community/lua-resty-string/APKBUILD b/community/lua-resty-string/APKBUILD
index 79cf43fb3ad..a28caf79b69 100644
--- a/community/lua-resty-string/APKBUILD
+++ b/community/lua-resty-string/APKBUILD
@@ -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=""