author | Antonio Rojas
<arojas@archlinux.org> 2023-10-03 07:18:46 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-03 07:18:46 UTC |
parent | 62695311ab6d45bcef6b74f153acce152217bc4c |
PKGBUILD | +19 | -8 |
diff --git a/PKGBUILD b/PKGBUILD index 697ef97..b4ccdc4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,22 +3,33 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kbookmarks -pkgver=5.110.0 +pkgver=5.240.0.20231001 pkgrel=1 pkgdesc='Support for bookmarks and the XBEL format' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) -depends=(kxmlgui) -makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen) -groups=(kf5) -source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('7013f696f643c3518f40041e4132edddf184c2c177bec231c16fecc81cab04cc' - 'SKIP') +depends=(gcc-libs + glibc + kconfig + kconfigwidgets + kcoreaddons + kwidgetsaddons + qt6-base) +makedepends=(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=2447b997b3d1f8d404881ea8d73f894e925b816b +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