diff options
Diffstat (limited to 'community/kauth/APKBUILD')
-rw-r--r-- | community/kauth/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/kauth/APKBUILD b/community/kauth/APKBUILD index 18a4e96139..c29fc4a5ae 100644 --- a/community/kauth/APKBUILD +++ b/community/kauth/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kauth -pkgver=5.61.0 +pkgver=5.62.0 pkgrel=0 pkgdesc="Abstraction to system policy and authentication features" arch="all" @@ -9,7 +9,7 @@ url="https://community.kde.org/Frameworks" license="LGPL-2.1-or-later" depends_dev="qt5-qtbase-dev kcoreaddons-dev polkit-qt-1-dev" makedepends="$depends_dev extra-cmake-modules qt5-qttools-dev doxygen" -source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz" +source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kauth-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" build() { @@ -29,4 +29,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="3865181b846c671cbf357d8dd34e3c7bc18f71a8f73fd435523d7f6d96596dd9bf4e469f9d3308bd406f0587f0a338cdbec759b76d7a2105d47ab56ddd678b8f kauth-5.61.0.tar.xz" +sha512sums="c7ddb3c8a0e48ce51285e9fa0327d735971f0873201d4b2d5c59bb3b22d93f2dc3cb30398c342abbe88b87fb2c5395afc45b44385d9e0bc8ea3a1f673f5569f5 kauth-5.62.0.tar.xz" |