author | Antonio Rojas
<arojas@archlinux.org> 2023-10-01 20:31:19 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-10-01 20:31:19 UTC |
parent | cd3ed9e33a8337b1cabd97db13877315bd2564c3 |
PKGBUILD | +18 | -8 |
diff --git a/PKGBUILD b/PKGBUILD index e5c9291..8e58864 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,22 +3,32 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kauth -pkgver=5.110.0 +pkgver=5.240.0.20231001 pkgrel=1 pkgdesc='Abstraction to system policy and authentication features' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) -depends=(kcoreaddons polkit-qt5) -makedepends=(extra-cmake-modules qt5-tools qt5-doc clang doxygen) -groups=(kf5) -source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('e1b357b36f5388ecd96430bb98780d8429d00cccca0a56fc6d3c3f0cb7afd5fb' - 'SKIP') +depends=(gcc-libs + glibc + kcoreaddons + polkit-qt6 + qt6-base) +makedepends=(clang + 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=700cbe0f138c091aa495b774436b134b72e1bc82 +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 \ -DCMAKE_INSTALL_LIBEXECDIR=lib \ -DBUILD_TESTING=OFF \ -DBUILD_QCH=ON