summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2018-11-15 19:19:52 +0700
committerKonstantin Shalygin2018-11-15 19:19:52 +0700
commit2f8feebf312c04b5b0823da588794bb0685def1c (patch)
treee5f63c47f973dbc0fd3f12284c332c84da7eb66e /PKGBUILD
parent1c86cbc65c90c2d9235f1489206b8143c18d70ce (diff)
downloadaur-nextcloud-client.tar.gz
Revert qt5-webkit dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 581cc80f5ccc..e85f0b0cce12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname='nextcloud-client'
pkgver='2.5.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Nextcloud desktop client'
arch=('i686' 'x86_64')
url='https://nextcloud.com/'
license=('GPL2')
-depends=('qt5-webengine' 'qtkeychain')
+depends=('qt5-webengine' 'qt5-webkit' 'qtkeychain')
makedepends=('extra-cmake-modules' 'python-sphinx' 'qt5-tools' 'doxygen' 'kio')
optdepends=('python2-nautilus: integration with Nautilus'
'nemo-python: integration with Nemo'