author | Antonio Rojas
<arojas@archlinux.org> 2018-07-14 08:58:25 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2018-07-14 08:58:25 UTC |
parent | 4d226784daeddb6fbba75e4a229db331c3c13862 |
PKGBUILD | +4 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 8b8de05..93fea4c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,18 +3,18 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kdbusaddons -pkgver=5.47.0 +pkgver=5.48.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 clang python-pyqt5 python2-pyqt5 doxygen) -optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to use the Python 2 bindings') +makedepends=(extra-cmake-modules qt5-tools clang python-pyqt5 doxygen sip) +optdepends=('python-pyqt5: for the Python bindings') groups=(kf5) source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('2bd65636ba6293e79f26195aa9273c6bbe7dbce580c879304b4babea6c064710' +sha256sums=('39a3df3ad2092cc0a551356e45209a51b312abb5632e17b51b648b222323ed6e' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>