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/knotifications | |
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/knotifications')
-rw-r--r-- | community/knotifications/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/knotifications/APKBUILD b/community/knotifications/APKBUILD index aabefa9ef1..c3d69f7c06 100644 --- a/community/knotifications/APKBUILD +++ b/community/knotifications/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=knotifications -pkgver=5.61.0 +pkgver=5.62.0 pkgrel=0 pkgdesc="Abstraction for system notifications" arch="all" @@ -9,7 +9,7 @@ url="https://community.kde.org/Frameworks" license="LGPL-2.1-only OR LGPL-3.0-only" depends_dev="qt5-qtbase-dev qt5-qtspeech-dev qt5-qtx11extras-dev kwindowsystem-dev kconfig-dev kcodecs-dev kcoreaddons-dev phonon-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%.*}/knotifications-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" options="!check" # Fails due to requiring running dbus-daemon @@ -29,4 +29,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="b52078ed25a3eb7606f2e579319cc00c2b3cef335e20134840d71beae91d285b0de9285dfd6d823221d8af7aadb93c19b367086984249e4e6f87581879091851 knotifications-5.61.0.tar.xz" +sha512sums="498d03fa2dc90299c94245a7a16a1e22e9fed1e8134d2928e0788a33bebb3f0f025ce270351ce1b31eb817c32c46a187a8daeccea1dfc8ce7d92cd6bff40c1db knotifications-5.62.0.tar.xz" |