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 | a373c18f58ec543b7a30c12675d19c356e9b94e8 |
PKGBUILD | +5 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index 702952c..6c6d6b5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,18 +3,18 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kconfig -pkgver=5.88.0 -pkgrel=3 +pkgver=5.89.0 +pkgrel=1 pkgdesc='Configuration system' 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-declarative qt5-tools qt5-doc clang doxygen) +optdepends=('qt5-declarative: QML bindings') groups=(kf5) source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('3414e40306c294e28a376e73b5e871ddf2cfc06b751396244dcc585aecd402ac' +sha256sums=('8eb17cedac15cef8f1b2d9ceaa20b74ccfdd66b935f1d223b17ea1e631a0b147' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>