diff options
-rw-r--r-- | community/lua-resty-string/APKBUILD | 4 |
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="" |