summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Zimmermann2019-03-21 15:29:35 +0100
committerLukas Zimmermann2019-03-21 15:29:35 +0100
commit43d2be9348d6dbc8e8c231ba357d6e609faea23f (patch)
treed7f7a0247388b93f4b619e7740ce799f0df9170e
parente96b9df438c7c5aa1344b247c69686f4c8ccee2b (diff)
downloadaur-43d2be9348d6dbc8e8c231ba357d6e609faea23f.tar.gz
Add optdepends webkit2gtk
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b91676cd8c27..3176b2acd2cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = knime-desktop
pkgdesc = A user-friendly graphical workbench for the entire data analysis process
pkgver = 3.7.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.knime.org/
changelog = ChangeLog
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = knime-desktop
depends = python
optdepends = bash: Required for bash-scriptable nodes
optdepends = r: Required for R-scriptable nodes
+ optdepends = webkit2gtk: Required for displaying HTML content
options = !emptydirs
source = https://download.knime.org/analytics-platform/linux/knime_3.7.1.linux.gtk.x86_64.tar.gz
source = knime.sh
diff --git a/PKGBUILD b/PKGBUILD
index 8a19c8acbe16..d2f0176a5412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=knime-desktop
_upstream_name="knime"
pkgver=3.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="A user-friendly graphical workbench for the entire data analysis process"
url="http://www.knime.org/"
license=('custom')
@@ -13,7 +13,8 @@ arch=('x86_64')
depends=('java-environment' 'python')
makedepends=('binutils' 'fakeroot' 'imagemagick')
optdepends=('bash: Required for bash-scriptable nodes'
- 'r: Required for R-scriptable nodes')
+ 'r: Required for R-scriptable nodes'
+ 'webkit2gtk: Required for displaying HTML content')
options=('!emptydirs')
changelog=ChangeLog
_CARCH="x86_64"