author | Antonio Rojas
<arojas@archlinux.org> 2019-10-12 22:02:08 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-10-12 22:02:08 UTC |
parent | b66c523c8bd63af4b729351cc544110ec4d25975 |
PKGBUILD | +2 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index aea8a96..3fc39f0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kactivities -pkgver=5.62.0 +pkgver=5.63.0 pkgrel=1 arch=(x86_64) pkgdesc="Core components for the KDE's Activities" @@ -14,7 +14,7 @@ makedepends=(extra-cmake-modules boost doxygen qt5-tools qt5-doc qt5-declarative optdepends=('qt5-declarative: QML bindings') groups=(kf5) source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('b466b8921adad6d887f93f760634dfa344ae52df83c58dd7ae75174961def85b' +sha256sums=('fa08c5de949efc6ec972c0e0e2234d445ed88e0df30fa9b683891025fec9050e' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> @@ -25,7 +25,6 @@ prepare() { build() { cd build cmake ../$pkgname-$pkgver \ - -DQML_INSTALL_DIR=lib/qt/qml \ -DBUILD_TESTING=OFF \ -DBUILD_QCH=ON make