git » syndication.git » commit 3c3c01c

syndication 5.115.0

author Urja (ARMLFS builder)
2024-06-19 07:31:05 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:31:05 UTC
parent b364a0126c02a2af1221b38e3030793050019bcf

syndication 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 1de2585..bda30af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
 # Maintainer: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=syndication
-pkgver=5.110.0
+pkgver=5.115.0
 pkgrel=1
 pkgdesc='RSS/Atom parser library'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://community.kde.org/Frameworks'
 license=(LGPL)
 depends=(kcodecs)
@@ -14,8 +14,6 @@ conflicts=(kde-syndication)
 provides=(kde-syndication)
 replaces=(kde-syndication)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('4da373fab1f75892d94d066d9cbed06e2d7ad48a39dfb7b26d2e6d3759014d37'
-            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 build() {
@@ -28,3 +26,5 @@ build() {
 package() {
   DESTDIR="$pkgdir" cmake --install build
 }
+sha256sums=('1bb6c74313cb468d5a4114394d7f5ddce068d7f7278b5cb2048c0226810db946'
+            'SKIP')