git » kcodecs.git » commit a1da7d8

upgpkg: 5.240.0.20231001-1: Initial KF6 packages

author Antonio Rojas
2023-10-01 21:55:37 UTC
committer Antonio Rojas
2023-10-01 21:55:37 UTC
parent 3ff8879c86aef8e6554b3843623b69647c2e65a6

upgpkg: 5.240.0.20231001-1: Initial KF6 packages

PKGBUILD +17 -8

diff --git a/PKGBUILD b/PKGBUILD
index ce5b76d..f9baf57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,22 +3,31 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kcodecs
-pkgver=5.110.0
+pkgver=5.240.0.20231001
 pkgrel=1
 pkgdesc='Provide a collection of methods to manipulate strings using various encodings'
 arch=(x86_64)
 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')
+depends=(gcc-libs
+         glibc
+         qt6-base)
+makedepends=(clang
+             gperf
+             doxygen
+             extra-cmake-modules
+             qt6-doc
+             qt6-tools)
+groups=(kf6)
+#source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+makedepends+=(git)
+_commit=0e2dad179225feced774f971c1c0444aa3680d21
+source=(git+https://invent.kde.org/frameworks/$pkgname#commit=$_commit)
+sha256sums=('SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 build() {
-  cmake -B build -S $pkgname-$pkgver \
+  cmake -B build -S $pkgname \
     -DBUILD_TESTING=OFF \
     -DBUILD_QCH=ON
   cmake --build build