diff options
Diffstat (limited to 'user/kplotting/APKBUILD')
-rw-r--r-- | user/kplotting/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/user/kplotting/APKBUILD b/user/kplotting/APKBUILD index dc9ba7ae3..96b807e97 100644 --- a/user/kplotting/APKBUILD +++ b/user/kplotting/APKBUILD @@ -1,21 +1,19 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=kplotting -pkgver=5.46.0 +pkgver=5.47.0 pkgrel=0 pkgdesc="Framework for data plotting functions" url="https://www.kde.org/" arch="all" -license="LGPL-2.1" options="!check" # Test requires accelerated X11 display. +license="LGPL-2.1+" depends="" depends_dev="qt5-qtbase-dev" makedepends="$depends_dev cmake extra-cmake-modules doxygen graphviz qt5-qttools-dev" -install="" subpackages="$pkgname-dev $pkgname-doc" source="http://download.kde.org/stable/frameworks/${pkgver%.*}/kplotting-$pkgver.tar.xz" -builddir="$srcdir/kplotting-$pkgver" build() { cd "$builddir" @@ -44,4 +42,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="8bfbeec22804d13d074612562a2ceaaab7f18504be1b0627153137fd2d8a5eeca696b07df243704c654af7f78dc8c33a5be27fa06f278d29650246314aa1aa18 kplotting-5.46.0.tar.xz" +sha512sums="cd44216fde8bf3463bf87a22809adf1901572d1d4aca970bfd26653039f54586b3456fe0d3c906f2b299c094d04832ab784d1ba66aa5430fb2da914689abe3b2 kplotting-5.47.0.tar.xz" |