git » knotifyconfig.git » commit da5900a

knotifyconfig 5.115.0

author Urja (ARMLFS builder)
2024-06-19 07:30:57 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:30:57 UTC
parent 95a037cc0a9b72670b5f17ec009def9e79c4d47d

knotifyconfig 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 97965bd..0b5149c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,16 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=knotifyconfig
-pkgver=5.110.0
+pkgver=5.115.0
 pkgrel=1
 pkgdesc='Configuration system for KNotify'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://community.kde.org/Frameworks'
 license=(LGPL)
 depends=(kio)
 makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
 groups=(kf5)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('971f6b08715d383514bdf7e5bbd484f17ab4f48fb28d5533ba98a2ad00cca198'
-            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 build() {
@@ -27,3 +25,5 @@ build() {
 package() {
   DESTDIR="$pkgdir" cmake --install build
 }
+sha256sums=('0547982279856f716782a1218c597aa2bddeaaeb82b469000cb1b51e1dbc08d6'
+            'SKIP')