From df62c93e4bd79b6f7c24910262ca1429f4d100a9 Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Fri, 6 Sep 2024 04:29:25 +0000 Subject: [PATCH] testing/repology-cli: enable on loongarch64 --- testing/repology-cli/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/repology-cli/APKBUILD b/testing/repology-cli/APKBUILD index 1fd8262d6be..29246ff2368 100644 --- a/testing/repology-cli/APKBUILD +++ b/testing/repology-cli/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.3.0 pkgrel=0 pkgdesc="Command line interface for Repology.org" url="https://github.com/ibara/repology" -arch="x86_64 aarch64" # ldc +arch="x86_64 aarch64 loongarch64" # ldc license="ISC" makedepends="ldc" subpackages="$pkgname-doc"