aboutsummaryrefslogtreecommitdiff
path: root/community/lua-resty-jwt
diff options
context:
space:
mode:
authorTuan Hoang <tmhoang@linux.ibm.com>2019-05-13 12:15:08 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-13 15:15:43 +0000
commit6c64dbd4d817bb1ec42e8d3577ed0bdf44aa1007 (patch)
tree02a7da1d97762e56d16bb6d3fab4140ee2fd27b6 /community/lua-resty-jwt
parentd4e0a17ab9a0f6a91d690bcbef5369958d09c560 (diff)
downloadalpine_aports-6c64dbd4d817bb1ec42e8d3577ed0bdf44aa1007.tar.bz2
alpine_aports-6c64dbd4d817bb1ec42e8d3577ed0bdf44aa1007.tar.xz
alpine_aports-6c64dbd4d817bb1ec42e8d3577ed0bdf44aa1007.zip
community/lua-resty-*: missing nginx-mod-http-lua on s390x
Root cause is missing luajit support on s390x
Diffstat (limited to 'community/lua-resty-jwt')
-rw-r--r--community/lua-resty-jwt/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lua-resty-jwt/APKBUILD b/community/lua-resty-jwt/APKBUILD
index 8180e29f99..de0e196a3b 100644
--- a/community/lua-resty-jwt/APKBUILD
+++ b/community/lua-resty-jwt/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.2.0
5pkgrel=0 5pkgrel=0
6pkgdesc="JSON Web Token library for OpenResty" 6pkgdesc="JSON Web Token library for OpenResty"
7url="https://github.com/cdbattags/lua-resty-jwt" 7url="https://github.com/cdbattags/lua-resty-jwt"
8arch="noarch" 8arch="noarch !s390x"
9license="BSD2" 9license="BSD2"
10depends="lua-resty-hmac" 10depends="lua-resty-hmac"
11source="$pkgname-$pkgver.tar.gz::https://github.com/cdbattags/$pkgname/archive/v$pkgver.tar.gz" 11source="$pkgname-$pkgver.tar.gz::https://github.com/cdbattags/$pkgname/archive/v$pkgver.tar.gz"