diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-03-16 12:36:29 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-16 18:18:09 +0100 |
commit | aba34aa221252833714daed24f1c371f5555f591 (patch) | |
tree | 6c0682e0d6037a49d442ec77ec53aa8fc3aff8b3 /community/kactivities | |
parent | beef067eda13a59389e5b069647d80ac1b52c353 (diff) | |
download | aports-aba34aa221252833714daed24f1c371f5555f591.tar.bz2 aports-aba34aa221252833714daed24f1c371f5555f591.tar.xz |
community/kde-frameworks: upgrade to 5.68.0
Diffstat (limited to 'community/kactivities')
-rw-r--r-- | community/kactivities/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/kactivities/APKBUILD b/community/kactivities/APKBUILD index 690ffc6c50..d4c662d414 100644 --- a/community/kactivities/APKBUILD +++ b/community/kactivities/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kactivities -pkgver=5.67.0 -pkgrel=1 +pkgver=5.68.0 +pkgrel=0 arch="all !armhf" # armhf blocked by qt5-qtdeclarative pkgdesc="Core components for the KDE's Activities" url="https://community.kde.org/Frameworks" @@ -38,4 +38,4 @@ package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } -sha512sums="d66413643b04bf10941db0fb61e106f0153eb23afdb7cb33814d4000e64ce5973c0f2b9098fe89d95168f4058dcfa9d2f6031d319692fd3aba46b671da8a4df7 kactivities-5.67.0.tar.xz" +sha512sums="1490834305965cff0c8ddc4e38be4960a88266f10806478e41cd976f0461a83ae4b6a4e9f3566fd90d5afcf3f38a291609179bea0781b939831ce8f788acc552 kactivities-5.68.0.tar.xz" |