author | Antonio Rojas
<arojas@archlinux.org> 2021-12-12 15:20:18 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-12-12 15:20:18 UTC |
parent | 3ab9156a9d4f6cffa6bcdc0277c03ee4fd8a55a4 |
PKGBUILD | +4 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index 9c866b3..12fcc08 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,18 +3,17 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kitemviews -pkgver=5.88.0 -pkgrel=3 +pkgver=5.89.0 +pkgrel=1 pkgdesc='Widget addons for Qt Model/View' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) depends=(qt5-base) -makedepends=(extra-cmake-modules qt5-tools qt5-doc clang python-pyqt5 doxygen sip4) -optdepends=('python-pyqt5: for the Python bindings') +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=('276a27bd556e977d31666846736382f75429a0632a20a01406257dcfcfce70cb' +sha256sums=('da62957a7cd3f29d92f0077f537e2a983e2152795a40cc24ad6f9b3d5f2016a0' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>