diff options
Diffstat (limited to 'community/kplotting/APKBUILD')
-rw-r--r-- | community/kplotting/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/kplotting/APKBUILD b/community/kplotting/APKBUILD index 4e702780d9..37ce641ee8 100644 --- a/community/kplotting/APKBUILD +++ b/community/kplotting/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kplotting -pkgver=5.67.0 -pkgrel=1 +pkgver=5.68.0 +pkgrel=0 pkgdesc="Lightweight plotting framework" arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://community.kde.org/Frameworks" @@ -39,4 +39,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="df6a0389bb95c11c80449fbff2e99b16d8c002ded12b571a908c9b0c7993e4ba47c4ca8de10a444e051dcf26c0d85738ec8f4acd966495e912f70462aec7ac15 kplotting-5.67.0.tar.xz" +sha512sums="f4b5158afc2eb4d38278618a475dbc26482682cc77d7ae0e3bb799b25a43f156946791156f73a1fd030b7602fb691364e491bef4686d36bc4f955ac2b8033e1b kplotting-5.68.0.tar.xz" |