summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-09-03 19:26:56 -0600
committerMark Wagie2021-09-03 19:26:56 -0600
commit03a4d12e51b34d1333cfff972a21bbe2356d9020 (patch)
tree68ae953797fc835da91a3e36833bb31a05c9fd17
parent703ae3448ccd2a190f814d32b3b2d0da60024ab2 (diff)
downloadaur-03a4d12e51b34d1333cfff972a21bbe2356d9020.tar.gz
add aarch64
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbc9cc3ddab8..25333497a433 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = adwaita-qt
pkgrel = 1
url = https://github.com/FedoraQt/adwaita-qt
arch = x86_64
+ arch = aarch64
license = GPL
makedepends = cmake
depends = qt5-x11extras
diff --git a/PKGBUILD b/PKGBUILD
index 6e8283ed2089..f4a43c058fd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=adwaita-qt
pkgver=1.4.0
pkgrel=1
pkgdesc="A style to bend Qt applications to look like they belong into GNOME Shell"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://github.com/FedoraQt/adwaita-qt"
license=('GPL')
depends=('qt5-x11extras')