git » solid.git » commit 94473f1

solid 5.115.0

author Urja (ARMLFS builder)
2024-06-19 07:31:01 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:31:01 UTC
parent 2aca36e4253e197211a6d501e2189ff2c1382d65

solid 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 dea7860..4c89a50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=solid
-pkgver=5.110.0
+pkgver=5.115.0
 pkgrel=1
 pkgdesc='Hardware integration and detection'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://community.kde.org/Frameworks'
 license=(LGPL)
 depends=(qt5-base media-player-info upower udisks2)
@@ -14,8 +14,6 @@ makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen qt5-declarative)
 optdepends=('qt5-declarative: QML bindings')
 groups=(kf5)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('6db3e60bc1d579bcce2d3eeb38f8edba5bb7d549e17116449cdd1ecd2966c4cc'
-            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 build() {
@@ -31,3 +29,5 @@ build() {
 package() {
   DESTDIR="$pkgdir" cmake --install build
 }
+sha256sums=('a7a1c6f6a0ef27b876e3753c67ea17ec5cc1d66cfd3e2c0fbba83e2ce4773d7b'
+            'SKIP')