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 | d63b55bd269d6e4fa3a3119b0c4f0fd4da42c46e |
PKGBUILD | +4 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index 60269a6..43852e3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,18 +3,17 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kjobwidgets -pkgver=5.88.0 -pkgrel=3 +pkgver=5.89.0 +pkgrel=1 pkgdesc='Widgets for tracking KJob instances' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) depends=(kcoreaddons kwidgetsaddons qt5-x11extras) -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=('5131391391372d71ee4d2a832c45fa5e2d2c8a02c0df61078451551b50b8ba26' +sha256sums=('6871014b4ee25faba9eeab6224ca4dbeb75de0f8962b078eae34a922ec6fda0b' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>