author | Antonio Rojas
<arojas@archlinux.org> 2021-05-08 12:01:39 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-05-08 12:01:39 UTC |
parent | fbd7da3c7440cc9fd21c61595b4cf9e2e4785655 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 4b20b79..bbfe517 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kauth -pkgver=5.81.0 +pkgver=5.82.0 pkgrel=1 pkgdesc='Abstraction to system policy and authentication features' arch=(x86_64) @@ -13,8 +13,8 @@ depends=(kcoreaddons polkit-qt5) makedepends=(extra-cmake-modules qt5-tools qt5-doc clang python-pyqt5 doxygen sip4) optdepends=('python-pyqt5: for the Python bindings') groups=(kf5) -source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('7e0062efe1838766890dee709b3ecd6767ced49173f9c149ac2ef492261fc9bd' +source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('00aac14b7a28040a7598ed661254fb4b8c20b0708fc3379461caff7bc8ff9104' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>