[arch-commits] Commit in labplot/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Sep 16 10:37:55 UTC 2020


    Date: Wednesday, September 16, 2020 @ 10:37:54
  Author: arojas
Revision: 707383

Fix kuserfeedback dependency

Modified:
  labplot/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-16 10:36:39 UTC (rev 707382)
+++ PKGBUILD	2020-09-16 10:37:54 UTC (rev 707383)
@@ -2,13 +2,13 @@
 
 pkgname=labplot
 pkgver=2.8.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific data"
 url="https://labplot.kde.org/"
 license=(GPL2)
-depends=(cantor netcdf cfitsio fftw gsl qt5-serialport libcerf qt5-mqtt)
-makedepends=(extra-cmake-modules kdoctools kuserfeedback)
+depends=(cantor netcdf cfitsio fftw gsl qt5-serialport libcerf qt5-mqtt kuserfeedback)
+makedepends=(extra-cmake-modules kdoctools)
 source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
         labplot-cantor-20.08.1.patch::"https://invent.kde.org/education/labplot/-/commit/4255438c.patch")
 sha256sums=('8957c708ea572d9b7bfd7bdd1e9627bb1e10717c4b8cb10c7687ca6ca187a705'



More information about the arch-commits mailing list