author | Antonio Rojas
<arojas@archlinux.org> 2021-10-09 20:27:23 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-10-09 20:27:23 UTC |
parent | fd45a0c4ca4001d0a39368b253f1463d9420e34c |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index f8758b0..1ed7ae0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,18 +3,18 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kcoreaddons -pkgver=5.86.0 +pkgver=5.87.0 pkgrel=1 pkgdesc='Addons to QtCore' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) depends=(qt5-base) -makedepends=(extra-cmake-modules qt5-tools qt5-doc qt5-doc clang python-pyqt5 doxygen sip4) +makedepends=(extra-cmake-modules qt5-tools qt5-doc clang python-pyqt5 doxygen sip4) optdepends=('python-pyqt5: for the Python bindings') groups=(kf5) source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('c63f3ebea0cf6c53334ad5a28ed2d278700a6d0e01a841ee8df5fa8c27729cd9' +sha256sums=('d29fe93b58fec0edb3387d5bf5290366e64a5975df44c1b062cc4e29cfbfeda6' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>