summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Van Boxem2020-04-15 17:47:44 +0200
committerRuben Van Boxem2020-04-15 17:47:44 +0200
commit8749b1ba0647ff43ec7ab693a79cd244de758dc4 (patch)
tree2ffbf74e5e29d887d0a9d002c9940cc1afc78716
parentc7a6fe8e85440645b2531527622aa0569c81eed8 (diff)
downloadaur-8749b1ba0647ff43ec7ab693a79cd244de758dc4.tar.gz
Replace qtwebkit with qtwebengine dependency.
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43e0b77a5be2..2801e5b45382 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stack-client
pkgdesc = The STACK Client provides file sync to desktop clients.
pkgver = 2.6.2
- pkgrel = 2
+ pkgrel = 3
url = https://www.transip.nl/stack/
arch = x86_64
license = GPL2
@@ -10,7 +10,7 @@ pkgbase = stack-client
makedepends = extra-cmake-modules
makedepends = frameworkintegration
depends = qtkeychain
- depends = qt5-webkit
+ depends = qt5-webengine
depends = hicolor-icon-theme
depends = xdg-utils
optdepends = python-nautilus: integration with Nautilus
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..07b96b49345c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+src/*
+pkg/*
diff --git a/PKGBUILD b/PKGBUILD
index f8e052f86b0b..1f77ecde4753 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=stack-client
pkgver=2.6.2
-pkgrel=2
+pkgrel=3
pkgdesc="The STACK Client provides file sync to desktop clients."
arch=('x86_64')
url='https://www.transip.nl/stack/'
license=(GPL2)
-depends=('qtkeychain' 'qt5-webkit' 'hicolor-icon-theme' 'xdg-utils')
+depends=('qtkeychain' 'qt5-webengine' 'hicolor-icon-theme' 'xdg-utils')
optdepends=('python-nautilus: integration with Nautilus' 'nemo-python: integration with Nemo')
makedepends=('cmake' 'qt5-tools' 'extra-cmake-modules' 'frameworkintegration')
conflicts=('stack-client-bin')