author | Antonio Rojas
<arojas@archlinux.org> 2022-02-13 18:35:37 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-02-13 18:35:37 UTC |
parent | 2b59e8490d15853e2b7c2527e7cab38c5a041a5d |
PKGBUILD | +4 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 6160850..228ab11 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,19 +3,20 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kactivities-stats -pkgver=5.90.0 +pkgver=5.91.0 pkgrel=1 arch=(x86_64) pkgdesc='A library for accessing the usage data collected by the activities system' url='https://community.kde.org/Frameworks' license=(LGPL) depends=(kactivities) -makedepends=(extra-cmake-modules boost doxygen qt5-tools qt5-doc) +makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc) groups=(kf5) source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('772f475b4513df9e96179a8bf8767a305cf6945a7d9b3d2faa96caf73af25561' +sha256sums=('98fdea4517529df0b1b733425a040a80df680d44bb7d27db10070828a9c3c420' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> +options=(debug) build() { cmake -B build -S $pkgname-$pkgver \