git » layer-shell-qt.git » commit 6da29df

layer-shell-qt 5.27.10

author Urja (ARMLFS builder)
2024-06-19 07:30:59 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:30:59 UTC
parent c225c176647e9e586af7463d59d8c8a60aa8e4ca

layer-shell-qt 5.27.10

.gitignore +2 -0
PKGBUILD +1 -1

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index b273c65..ad7e20c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=5.27.10
 _dirver=$(echo $pkgver | cut -d. -f1-3)
 pkgrel=1
 pkgdesc='Qt component to allow applications to make use of the Wayland wl-layer-shell protocol'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://kde.org/plasma-desktop/'
 license=(GPL LGPL)
 source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})