summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo Kühn2019-01-02 20:52:33 +0100
committerDanilo Kühn2019-01-02 20:52:33 +0100
commit0281c1e1532e3371f0963156b6e1cbffe4c8a374 (patch)
treeaa79e1fa629ce8d0cbe617c70728a3f205e95ae6
parent012f2bc45cc595e95ba6bbac636d4d222a033d7d (diff)
downloadaur-0281c1e1532e3371f0963156b6e1cbffe4c8a374.tar.gz
add missing dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 864d32814c56..3c721c4f0698 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-client-git
pkgdesc = Nextloud client for linux
- pkgver = 2.5.1.r24.gac367b21b
+ pkgver = 2.5.1.r29.g0a14f6eeb
pkgrel = 1
url = https://nextcloud.com/
arch = i686
@@ -9,7 +9,7 @@ pkgbase = nextcloud-client-git
makedepends = cmake
makedepends = qt5-tools
depends = qtkeychain
- depends = qt5-webkit
+ depends = qt5-webengine
depends = hicolor-icon-theme
depends = xdg-utils
optdepends = python2-nautilus: integration with Nautilus
diff --git a/PKGBUILD b/PKGBUILD
index 7d857c515b82..3f196ddc109d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=nextcloud-client-git
_name=${pkgname/\-git/}
-pkgver=2.5.1.r24.gac367b21b
+pkgver=2.5.1.r29.g0a14f6eeb
pkgrel=1
pkgdesc="Nextloud client for linux"
arch=('i686' 'x86_64')
url="https://nextcloud.com/"
license=('GPL2')
-depends=('qtkeychain' 'qt5-webkit' 'hicolor-icon-theme' 'xdg-utils')
+depends=('qtkeychain' 'qt5-webengine' 'hicolor-icon-theme' 'xdg-utils')
optdepends=(
'python2-nautilus: integration with Nautilus'
'nemo-python: integration with Nemo'