git » kiconthemes.git » commit cff825e

kiconthemes 5.115.0

author Urja (ARMLFS builder)
2024-06-19 07:31:04 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:31:04 UTC
parent 138f18def34d2ef76ced5fcfeeb809308a412b52

kiconthemes 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 da3242a..7dd29f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kiconthemes
-pkgver=5.110.0
+pkgver=5.115.0
 pkgrel=1
 pkgdesc='Support for icon themes'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://community.kde.org/Frameworks'
 license=(LGPL)
 depends=(qt5-svg kconfigwidgets karchive)
@@ -14,8 +14,6 @@ makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
 optdepends=('breeze-icons: fallback icon theme')
 groups=(kf5)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('0d84a2106d68fe040458ea31a8fb63673d0cc48892e606a5875edaa9e4c9662d'
-            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 build() {
@@ -28,3 +26,5 @@ build() {
 package() {
   DESTDIR="$pkgdir" cmake --install build
 }
+sha256sums=('6925134bf76bb8bf6b3dabada008ded8f60fa196aa7a00c0c720c29008719d2f'
+            'SKIP')