From 4c427f68ad447eaa57907e0ce10d5ba88c15a358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Wed, 17 Nov 2021 11:01:40 +0100 Subject: [PATCH] community/vala-lint: disable for now Doesn't build atm due to https://github.com/vala-lang/vala-lint/issues/152 See #13173 See #13202 --- community/vala-lint/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/vala-lint/APKBUILD b/community/vala-lint/APKBUILD index b2276da34c1b..e40c21f4c90b 100644 --- a/community/vala-lint/APKBUILD +++ b/community/vala-lint/APKBUILD @@ -6,7 +6,8 @@ _sha=5b06cc2341ae7e9f7f8c35c542ef78c36e864c30 pkgrel=0 pkgdesc="Check code-style of Vala code files" url="https://github.com/vala-lang/vala-lint" -arch="all" +#arch="all" +arch="" # https://github.com/vala-lang/vala-lint/issues/152 license="GPL-2.0-or-later" makedepends="meson glib-dev vala" source="$pkgname-$pkgver.tar.gz::https://github.com/vala-lang/vala-lint/archive/$_sha.tar.gz"