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/kplotting | |
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/kplotting')
-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 eca0149780..f76c821a85 100644 --- a/community/kplotting/APKBUILD +++ b/community/kplotting/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kplotting -pkgver=5.61.0 +pkgver=5.62.0 pkgrel=0 pkgdesc="Lightweight plotting framework" arch="all" @@ -10,7 +10,7 @@ license="LGPL-2.1-or-later" depends_dev="qt5-qtbase-dev" makedepends="$depends_dev extra-cmake-modules doxygen qt5-qttools-dev" checkdepends="xvfb-run" -source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz" +source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kplotting-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc" build() { @@ -30,4 +30,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="4b1e743f4cf1512b3058f4e2cb184762e14d7c5e2fb5c24a893c657430e5a605cba54a195bcccca958a3ba8318a7780372522c49a4ac503a697df358dcf587d0 kplotting-5.61.0.tar.xz" +sha512sums="b979698f4341d3fe968cd8e7c0ac26948bf120d1ddd5e605467299bff2a09a7e301a288c3db220975cba4204eb7f44e5ba2b0559874a706dae5c9b40eee58e0d kplotting-5.62.0.tar.xz" |