From 0887f801476a40a162d31088ba48fd28950f9ff0 Mon Sep 17 00:00:00 2001 From: Leonardo Arena <rnalrd@alpinelinux.org> Date: Fri, 17 Apr 2020 10:31:16 +0000 Subject: [PATCH] testing/homer-app: fix check for other arches --- testing/homer-app/APKBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/testing/homer-app/APKBUILD b/testing/homer-app/APKBUILD index 63284b5cc2e8..f40ba143d025 100644 --- a/testing/homer-app/APKBUILD +++ b/testing/homer-app/APKBUILD @@ -2,11 +2,10 @@ pkgname=homer-app pkgver=1.1.37 _uiver=7.7.032 -pkgrel=0 +pkgrel=1 pkgdesc="HOMER 7.x Front-End and API Server" url="http://sipcapture.io" -# checks fail: release/homer-app_linux_amd64/homer-app: line 1: syntax error: unterminated quoted string -arch="all !aarch64 !armv7 !ppc64le !armhf !s390x !mips !mips64" +arch="all" license="AGPL-3.0-or-later" makedepends="go" install="$pkgname.pre-install" @@ -23,7 +22,7 @@ build() { } check() { - release/homer-app_linux_amd64/homer-app --version + "release/homer-app_linux_amd64/homer-app" --version } package() { -- GitLab