From 0534c04423220fa22c4a6b74aaa73bb4469923d0 Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Fri, 6 Sep 2024 04:29:43 +0000 Subject: [PATCH] testing/sponskrub: enable on aarch64 & loongarch64 --- testing/sponskrub/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/sponskrub/APKBUILD b/testing/sponskrub/APKBUILD index 8701bfacab6..33a3048f705 100644 --- a/testing/sponskrub/APKBUILD +++ b/testing/sponskrub/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.7.2 pkgrel=7 pkgdesc="Command-line utility to strip out advertisements from downloaded YouTube videos" url="https://github.com/faissaloo/SponSkrub" -arch="x86_64" # limited by dub +arch="x86_64 aarch64 loongarch64" # limited by dub license="GPL-3.0-or-later" makedepends="dub ldc" source="$pkgname-$pkgver.tar.gz::https://github.com/faissaloo/SponSkrub/archive/refs/tags/$pkgver.tar.gz"