aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-resty-string/APKBUILD
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-04-14 23:14:16 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-26 19:24:24 +0000
commit370d3ad629598833968808dd308f77761a827f63 (patch)
tree56d9ab6fb25d8e6e88c60bdba07a0fb2e3da4ca4 /community/lua-resty-string/APKBUILD
parent5d8662cffe80c67a627c344345a7537e5cc1e6b0 (diff)
downloadaports-370d3ad629598833968808dd308f77761a827f63.tar.bz2
aports-370d3ad629598833968808dd308f77761a827f63.tar.xz
community/lua-resty-string: enable on all arches
Diffstat (limited to 'community/lua-resty-string/APKBUILD')
-rw-r--r--community/lua-resty-string/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lua-resty-string/APKBUILD b/community/lua-resty-string/APKBUILD
index a28caf79b6..0c47e5523c 100644
--- a/community/lua-resty-string/APKBUILD
+++ b/community/lua-resty-string/APKBUILD
@@ -2,10 +2,10 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=lua-resty-string
pkgver=0.11
-pkgrel=0
+pkgrel=1
pkgdesc="String functions for OpenResty"
url="https://github.com/openresty/lua-resty-string"
-arch="noarch !s390x"
+arch="noarch"
license="BSD"
depends="nginx-mod-http-lua"
makedepends=""