author | Antonio Rojas
<arojas@archlinux.org> 2023-12-14 23:18:06 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-12-14 23:18:06 UTC |
parent | 587e95863aba9c667a2bfe71dfd6fd9dc241f554 |
.SRCINFO | +4 | -4 |
PKGBUILD | +5 | -4 |
diff --git a/.SRCINFO b/.SRCINFO index 4d361bf..4f1e98b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = kio-fuse pkgdesc = FUSE interface for KIO pkgver = 5.1.0 - pkgrel = 1 + pkgrel = 2 url = https://kde.org/ arch = x86_64 license = GPL @@ -9,9 +9,9 @@ pkgbase = kio-fuse depends = fuse3 depends = gcc-libs depends = glibc - depends = kcoreaddons5 - depends = kio5 - depends = qt5-base + depends = kcoreaddons + depends = kio + depends = qt6-base source = https://download.kde.org/stable/kio-fuse/kio-fuse-5.1.0.tar.xz source = https://download.kde.org/stable/kio-fuse/kio-fuse-5.1.0.tar.xz.sig validpgpkeys = 21EC3FD75D26B39E820BE6FBD27C2C1AF21D8BAD diff --git a/PKGBUILD b/PKGBUILD index 5b9be7b..bc6282d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=kio-fuse pkgver=5.1.0 -pkgrel=1 +pkgrel=2 arch=(x86_64) pkgdesc='FUSE interface for KIO' url='https://kde.org/' @@ -10,9 +10,9 @@ license=(GPL) depends=(fuse3 gcc-libs glibc - kcoreaddons5 - kio5 - qt5-base) + kcoreaddons + kio + qt6-base) makedepends=(extra-cmake-modules) source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) sha256sums=('7d104581227d5a19b424b33f4168d181556b1015d6df2218e01a88d64449e94b' @@ -22,6 +22,7 @@ validpgpkeys=('21EC3FD75D26B39E820BE6FBD27C2C1AF21D8BAD') # Fabian Vogt <fabian@ build() { cmake -B build -S $pkgname-$pkgver \ -DCMAKE_INSTALL_LIBEXECDIR=lib \ + -DQT_MAJOR_VERSION=6 \ -DBUILD_TESTING=OFF cmake --build build }