diff options
Diffstat (limited to 'community/lua-resty-string/APKBUILD')
-rw-r--r-- | community/lua-resty-string/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lua-resty-string/APKBUILD b/community/lua-resty-string/APKBUILD index 79cf43fb3a..a28caf79b6 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="" |