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 | 1961165ad57e18e94d4425db691a52e7ec37097c |
PKGBUILD | +4 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index a61d9aa..2870778 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,18 +3,17 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kwidgetsaddons -pkgver=5.88.0 -pkgrel=3 +pkgver=5.89.0 +pkgrel=1 pkgdesc='Addons to QtWidgets' 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=('07f11f4b62abe1299e3a9e45c8e09a0a01125164a0df7df58148393f6bbba311' +sha256sums=('b33eee6d590bfb394c651248e0948a9f5c2bb75a7f670355df1ce64a550443e7' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>