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/knotifyconfig | |
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/knotifyconfig')
-rw-r--r-- | community/knotifyconfig/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/knotifyconfig/APKBUILD b/community/knotifyconfig/APKBUILD index e87856e190..b174fce774 100644 --- a/community/knotifyconfig/APKBUILD +++ b/community/knotifyconfig/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=knotifyconfig -pkgver=5.61.0 +pkgver=5.62.0 pkgrel=0 pkgdesc="Configuration system for KNotify" arch="all" @@ -9,7 +9,7 @@ url="https://community.kde.org/Frameworks" license="LGPL-2.0-only" depends_dev="kcompletion-dev kconfig-dev ki18n-dev kio-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%.*}/knotifyconfig-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" build() { @@ -28,4 +28,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="142d24ba3801582ec7b46f0acd8d3f1eaa7cde80a404b1f2759f0de95b61fa84e36464ac88084e5e182e206f1dcd28d18ec494f1630bc5aa8abb77f045864956 knotifyconfig-5.61.0.tar.xz" +sha512sums="a57b8cc118fb9050ca4fc3035fba8ac01a0547e057f180e3e0717553b4a56c792ae3315316e67d2ffc94b92b5b6c6c86a1fcc5a1abb758f1339555a147723ddb knotifyconfig-5.62.0.tar.xz" |