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 | 93420d641c0f14846ef083b3955ce6c9d6f9b3d0 |
PKGBUILD | +4 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 7b8532f..a39db22 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,18 +3,18 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kauth -pkgver=5.47.0 +pkgver=5.48.0 pkgrel=1 pkgdesc='Abstraction to system policy and authentication features' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) depends=(kcoreaddons polkit-qt5) -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=('29c7c3d6c539d52200806502e4b11a132c1941512df6f2d3e073ed3e7f7e00e9' +sha256sums=('47afa9e89543be8bd732fc8b8c0b6e04b71d36e55c547697623ed546845eb702' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>