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 | 7188fee3b0dadf2225a6505824d64cbf7ec23e0b |
PKGBUILD | +5 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index 1f793a5..5bfb3ce 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,18 +3,18 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kconfigwidgets -pkgver=5.88.0 -pkgrel=3 +pkgver=5.89.0 +pkgrel=1 pkgdesc='Widgets for KConfig' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) depends=(kauth kcodecs kconfig kguiaddons ki18n kwidgetsaddons) -makedepends=(extra-cmake-modules kdoctools clang python-pyqt5 doxygen qt5-tools qt5-doc sip4) -optdepends=('python-pyqt5: for the Python bindings' 'perl: for preparetips5') +makedepends=(extra-cmake-modules kdoctools clang doxygen qt5-tools qt5-doc) +optdepends=('perl: for preparetips5') groups=(kf5) source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('7995523bee2c89867287a26994859ceb7d2a5be80e7bce80c186d6339bf18ad4' +sha256sums=('c0341b991e9dab65bd8f9e6236d49b15365c780b8beae8a5116c2166a7e8f867' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>