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 | 7cb009b8a253e5e3a35da1c61616ce2bccbeb745 |
PKGBUILD | +4 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index 4583006..82dc889 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,18 +3,17 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kguiaddons -pkgver=5.88.0 -pkgrel=3 +pkgver=5.89.0 +pkgrel=1 pkgdesc='Addons to QtGui' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) depends=(qt5-x11extras qt5-wayland) -makedepends=(extra-cmake-modules clang python-pyqt5 doxygen qt5-tools qt5-doc sip4) -optdepends=('python-pyqt5: for the Python bindings') +makedepends=(extra-cmake-modules clang doxygen qt5-tools qt5-doc) groups=(kf5) source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('5a9dba0bd5845468d5f3d2ed847ec43f2511a416bf374e001b84058fcbe02f63' +sha256sums=('c1a06b7434553e300e87c5bbd9cf84dd350996e036b649179ecb60c2c99cbd9e' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>