main/lua-resty-lrucache: enable on ppc64le

This commit is contained in:
ptrcnull 2024-08-23 00:07:44 +02:00
parent fba7150c2d
commit e2f46b7247

View File

@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Lua-land LRU Cache based on LuaJIT FFI"
url="https://github.com/openresty/lua-resty-lrucache"
# luajit
arch="noarch !ppc64le !riscv64 !loongarch64"
arch="noarch !riscv64 !loongarch64"
license="BSD-2-Clause"
depends="luajit"
source="$pkgname-$pkgver-2.tar.gz::https://github.com/openresty/lua-resty-lrucache/archive/v$pkgver/lua-resty-lrucache-$pkgver.tar.gz"