summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2020-12-05 19:42:42 -0500
committerfrealgagu2020-12-05 19:42:42 -0500
commit11f2cb3a3ae54f3ca02e518d4b68d51d938211e5 (patch)
tree7015b87c78ea5cf2d7894eaff92bd27c4e803e9c
parentd26b8fd706a22c6f586c93c03dab0ce4919db69d (diff)
downloadaur-11f2cb3a3ae54f3ca02e518d4b68d51d938211e5.tar.gz
Adding support to arm builds.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58c64389a13e..c066b13e2d68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,6 +3,10 @@ pkgbase = antimicrox
pkgver = 3.1.3
pkgrel = 1
url = https://github.com/AntiMicroX/antimicroX
+ arch = aarch64
+ arch = arm
+ arch = armv6h
+ arch = armv7h
arch = i686
arch = x86_64
license = GPL3
@@ -14,7 +18,6 @@ pkgbase = antimicrox
depends = desktop-file-utils
depends = hicolor-icon-theme
depends = libxtst
- depends = qt5-base
depends = qt5-x11extras
depends = sdl2
provides = antimicro
diff --git a/PKGBUILD b/PKGBUILD
index e27846d8cc4e..90c164f1610e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ pkgname=antimicrox
pkgver=3.1.3
pkgrel=1
pkgdesc="Graphical program used to map keyboard buttons and mouse controls to a gamepad"
-arch=("i686" "x86_64")
+arch=("aarch64" "arm" "armv6h" "armv7h" "i686" "x86_64")
url="https://github.com/AntiMicroX/${pkgname/x}X"
license=("GPL3")
-depends=("desktop-file-utils" "hicolor-icon-theme" "libxtst" "qt5-base" "qt5-x11extras" "sdl2")
+depends=("desktop-file-utils" "hicolor-icon-theme" "libxtst" "qt5-x11extras" "sdl2")
makedepends=("cmake" "extra-cmake-modules" "gettext" "itstool" "qt5-tools")
provides=("${pkgname/x}")
conflicts=("${pkgname/x}")