summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c087dc150a1b..cc77e189bbdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = adwaita-qt
url = https://github.com/FedoraQt/adwaita-qt
arch = x86_64
arch = aarch64
+ arch = armv7h
license = GPL
makedepends = cmake
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 5317337c2359..d2ddadf44865 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgbase=adwaita-qt
pkgver=1.4.1
pkgrel=2
pkgdesc="A style to bend Qt applications to look like they belong into GNOME Shell"
-arch=('x86_64' 'aarch64')
+arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/FedoraQt/adwaita-qt"
license=('GPL')
makedepends=('cmake' 'git' 'qt5-x11extras' 'qt6-base')