aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-resty-openidc
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-04-14 23:15:18 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-26 19:24:24 +0000
commit05b3bc422ae588d60b8cbfe79502e6d73ecaf71e (patch)
treef0bdb7ad6439d16be68f3791d9c9364d1fff37a9 /community/lua-resty-openidc
parentd3a64b11abff47adf643d9b0ad49d362eecb7e82 (diff)
downloadaports-05b3bc422ae588d60b8cbfe79502e6d73ecaf71e.tar.bz2
aports-05b3bc422ae588d60b8cbfe79502e6d73ecaf71e.tar.xz
community/lua-resty-openidc: enable on all arches
Diffstat (limited to 'community/lua-resty-openidc')
-rw-r--r--community/lua-resty-openidc/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lua-resty-openidc/APKBUILD b/community/lua-resty-openidc/APKBUILD
index b4ffe1c6f8..f33d0636d1 100644
--- a/community/lua-resty-openidc/APKBUILD
+++ b/community/lua-resty-openidc/APKBUILD
@@ -2,10 +2,10 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=lua-resty-openidc
pkgver=1.7.1
-pkgrel=0
+pkgrel=1
pkgdesc="OpenID Connect library for the nginx lua module"
url="https://github.com/zmartzone/$pkgname"
-arch="noarch !s390x"
+arch="noarch"
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"