summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorb00rt00s2016-10-25 13:52:51 +0200
committerb00rt00s2016-10-25 13:52:51 +0200
commit930a35610b1b638c0ea89350b930624d53c37b17 (patch)
treeeab66fe08ef1fcfe4d210c53b586c3513ec14fb7
parentfa29a8e4afac48d7264e3c55e69ba7bd11d0c49c (diff)
downloadaur-930a35610b1b638c0ea89350b930624d53c37b17.tar.gz
added kdelibs4support as dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 563151a05b90..bf2bfb64b29c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# sob paź 8 11:50:36 UTC 2016
+# wto paź 25 11:52:18 UTC 2016
pkgbase = labplot-kf5
pkgdesc = A free software data analysis and visualization application, for two and three-dimensional graphical presentation of data sets and functions.
pkgver = 2.3.0
- pkgrel = 2
+ pkgrel = 3
url = http://labplot.sourceforge.net/
install = labplot-kf5.install
arch = i686
@@ -14,6 +14,7 @@ pkgbase = labplot-kf5
makedepends = kdoctools
depends = kdebase-runtime
depends = gsl
+ depends = kdelibs4support
source = http://download.kde.org/stable/labplot/2.3.0/labplot-2.3.0-kf5.tar.xz
source = labplot-kf5.install
source = desktop.patch
diff --git a/PKGBUILD b/PKGBUILD
index a9e3e35fa0c3..b83057ac92b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=labplot-kf5
pkgver=2.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="A free software data analysis and visualization application, for two and three-dimensional graphical presentation of data sets and functions."
arch=('i686' 'x86_64')
url='http://labplot.sourceforge.net/'
license=('GPL')
-depends=('kdebase-runtime' 'gsl')
+depends=('kdebase-runtime' 'gsl' 'kdelibs4support')
makedepends=('cmake' 'extra-cmake-modules' 'kdoctools')
source=("http://download.kde.org/stable/labplot/${pkgver}/labplot-${pkgver}-kf5.tar.xz"
"labplot-kf5.install"