aboutsummaryrefslogtreecommitdiffstats
path: root/testing/homer-app
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2020-04-17 10:31:16 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2020-04-17 10:31:34 +0000
commit0887f801476a40a162d31088ba48fd28950f9ff0 (patch)
tree0219e49d052347048c6d9e94ac360ba3f70844aa /testing/homer-app
parent8618fd571525c3cd8c3b6129b6a939d0b9e359f9 (diff)
downloadaports-0887f801476a40a162d31088ba48fd28950f9ff0.tar.bz2
aports-0887f801476a40a162d31088ba48fd28950f9ff0.tar.xz
testing/homer-app: fix check for other arches
Diffstat (limited to 'testing/homer-app')
-rw-r--r--testing/homer-app/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/homer-app/APKBUILD b/testing/homer-app/APKBUILD
index 63284b5cc2..f40ba143d0 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() {