git » kwayland.git » commit 9842c72

kwayland 5.115.0

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

kwayland 5.115.0

.gitignore +2 -0
PKGBUILD +4 -4

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 9752d82..f95ae26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,16 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kwayland
-pkgver=5.110.0
+pkgver=5.115.0
 pkgrel=1
 pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://www.kde.org'
 license=(LGPL)
 depends=(qt5-wayland)
 makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc wayland-protocols plasma-wayland-protocols)
 groups=(kf5)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('0565041ef0ab6aec2d2afbe513c79d5c56c07d03c98233ca82103abcb9dffd3d'
-            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 build() {
@@ -28,3 +26,5 @@ build() {
 package() {
   DESTDIR="$pkgdir" cmake --install build
 }
+sha256sums=('07b512d9ce51a1cacc6d13c1c26143b57372afed0e30bd1c100ad46861b4643c'
+            'SKIP')