author | Antonio Rojas
<arojas@archlinux.org> 2019-12-14 11:04:34 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2019-12-14 11:04:34 UTC |
parent | 081469db3c98fbbb2ffa476ff361031cea4ee5af |
PKGBUILD | +5 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index f777a66..2d59a37 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,18 +3,18 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kitemmodels -pkgver=5.64.0 -pkgrel=2 +pkgver=5.65.0 +pkgrel=1 pkgdesc='Models for Qt Model/View system' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) depends=(qt5-base) -makedepends=(extra-cmake-modules python-pyqt5 clang doxygen qt5-tools qt5-doc sip) -optdepends=('python-pyqt5: for the Python bindings') +makedepends=(extra-cmake-modules python-pyqt5 clang doxygen qt5-tools qt5-doc sip qt5-declarative) +optdepends=('python-pyqt5: for the Python bindings' 'qt5-declarative: QML bindings') groups=(kf5) source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('1bae70e4c6a033eea649efc17f0a060aba89144f4c469f235fbf5023dba5abc4' +sha256sums=('01980a8b518cdb442ace10f7a61dacec1cb61ff708d86edf83ee079cb6451d41' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>