summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFFY002018-07-13 02:26:07 +0100
committerFFY002018-07-13 02:26:07 +0100
commit4e6eecbf4c0cb65a3662e325c010e118b5e37b39 (patch)
treef786c2fbb02c17122bb37bd7493b9e84032097e7
parentd01826fcff978772c9784521b47eb0df516534f0 (diff)
downloadaur-4e6eecbf4c0cb65a3662e325c010e118b5e37b39.tar.gz
pkgbuild: fix arch
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56a23175ae46..e10f628e6883 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,12 @@ pkgbase = sdrangel-git
pkgver = 4.0.3.r0.2670c17f
pkgrel = 1
url = https://github.com/f4exb/sdrangel
- arch = any
+ arch = x86_64
+ arch = i686
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = GPL3
makedepends = git
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 129a0262cf2f..478a5523e28a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=${pkgname%-git}
pkgver=4.0.3.r0.2670c17f
pkgrel=1
pkgdesc="Qt5/OpenGL SDR and signal analyzer frontend."
-arch=('any')
+arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/f4exb/sdrangel"
license=('GPL3')
depends=(