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 | c2e1aaa5b604c2a504bf0837dbc41626231c553f |
PKGBUILD | +4 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index dc286ab..c044d1e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,18 +3,18 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kcompletion -pkgver=5.47.0 +pkgver=5.48.0 pkgrel=1 pkgdesc='Text completion helpers and widgets' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) depends=(kwidgetsaddons kconfig) -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=('17001dcb7e036e248ab597ce14fc55f845faf59b9723de5b6d14a4b8c820bcf1' +sha256sums=('9796e291d84a7d7e3ab560245b042d12239235d7beb8be2c6b26036f08ac3589' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>