git » kcodecs.git » commit 5c3a5b2

kcodecs 5.115.0

author Urja (ARMLFS builder)
2024-06-19 07:31:02 UTC
committer Urja (ARMLFS builder)
2024-06-19 07:31:02 UTC
parent 3ff8879c86aef8e6554b3843623b69647c2e65a6

kcodecs 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 ce5b76d..8fb3246 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,16 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kcodecs
-pkgver=5.110.0
+pkgver=5.115.0
 pkgrel=1
 pkgdesc='Provide a collection of methods to manipulate strings using various encodings'
-arch=(x86_64)
+arch=(x86_64 'armv7h')
 url='https://community.kde.org/Frameworks'
 license=(LGPL)
 depends=(qt5-base)
 makedepends=(extra-cmake-modules qt5-tools qt5-doc clang gperf doxygen)
 groups=(kf5)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('3b6c8f315fb23479c15fc369bb5f4e10c34a607a5bb6f4ba16c7b6f026c225c4'
-            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 build() {
@@ -27,3 +25,5 @@ build() {
 package() {
   DESTDIR="$pkgdir" cmake --install build
 }
+sha256sums=('94385e46989f998ce1f011d4ddf8de6f9faa682d14c776a802bf2fc2cb1804bf'
+            'SKIP')