diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-09-16 11:54:09 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-16 11:45:01 -0300 |
commit | 53691f2e5c00a3e1f3e38e2adb3e1c9f2d65fa86 (patch) | |
tree | 2326ddd60308a1056401f8982b1f6a884e43f552 /community/kauth | |
parent | 0e5a564450c7013131e4f292774fbb9b392f1409 (diff) | |
download | aports-53691f2e5c00a3e1f3e38e2adb3e1c9f2d65fa86.tar.bz2 aports-53691f2e5c00a3e1f3e38e2adb3e1c9f2d65fa86.tar.xz |
community/kde-frameworks: upgrade to 5.62.0
Also take over maintainership of community/attica
Diffstat (limited to 'community/kauth')
-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" |