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

Antonio Rojas arojas at archlinux.org
Wed Nov 11 19:21:51 UTC 2020


    Date: Wednesday, November 11, 2020 @ 19:21:50
  Author: arojas
Revision: 751194

Update to 2.8.1

Modified:
  labplot/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 19:17:01 UTC (rev 751193)
+++ PKGBUILD	2020-11-11 19:21:50 UTC (rev 751194)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=labplot
-pkgver=2.8.0
-pkgrel=2
+pkgver=2.8.1
+pkgrel=1
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific data"
 url="https://labplot.kde.org/"
@@ -9,15 +9,9 @@
 license=(GPL2)
 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'
-            'a3cb9853ca8736753662fba2cea13d8d38398f933659a3f86cfe84c6dc14ad68')
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('726909a8335921c742c4d92f66663ecdb447ddee0d74568c50a22330c79e079a')
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 -i ../labplot-cantor-20.08.1.patch # Fix build with cantor 20.08.1
-}
-
 build() {
   cmake -B build -S $pkgname-$pkgver
   cmake --build build



More information about the arch-commits mailing list