diff --git a/community/duckscript/APKBUILD b/community/duckscript/APKBUILD index 503fa62ab13b02b8557437f32f435522c1a66f7b..8086a3402e225143067362059c283c23ea19d047 100644 --- a/community/duckscript/APKBUILD +++ b/community/duckscript/APKBUILD @@ -5,8 +5,7 @@ pkgver=0.11.1 pkgrel=0 pkgdesc="Simple, extendable and embeddable scripting language" url="https://sagiegurari.github.io/duckscript/" -# loongarch64: blocked by libc crate -arch="all !loongarch64" +arch="all" license="Apache-2.0" makedepends=" bzip2-dev @@ -18,6 +17,7 @@ makedepends=" source="https://github.com/sagiegurari/duckscript/archive/$pkgver/duckscript-$pkgver.tar.gz use-zlib.patch " +options="net" # cargo fetch case "$CARCH" in # fails on builders for some reason with new networking