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 | 1524bf5b938307f27fd69df93851980a67cf36d3 |
PKGBUILD | +4 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index e4975d7..6b6da32 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,18 +3,17 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kdbusaddons -pkgver=5.88.0 -pkgrel=3 +pkgver=5.89.0 +pkgrel=1 pkgdesc='Addons to QtDBus' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) depends=(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=('5ada2a78a778f9356e259876b649d9799936a096d2d0056fccccb406a3e532de' +sha256sums=('f0cb05178c793d6b9fd6f9a20342083a67312e493970d695914c6a1e40ef05fa' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>