summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Van Boxem2020-04-12 17:29:44 +0200
committerRuben Van Boxem2020-04-12 17:29:44 +0200
commitc7a6fe8e85440645b2531527622aa0569c81eed8 (patch)
treec76d2b8a99604a3fbb15302f52e2b6c2af457215
parent1ea123f424bdcbddad57b240250cc3521916c3be (diff)
downloadaur-c7a6fe8e85440645b2531527622aa0569c81eed8.tar.gz
Fix optdepends for nautilus plugin.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6d4274d0bea..43e0b77a5be2 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 = 1
+ pkgrel = 2
url = https://www.transip.nl/stack/
arch = x86_64
license = GPL2
@@ -13,7 +13,7 @@ pkgbase = stack-client
depends = qt5-webkit
depends = hicolor-icon-theme
depends = xdg-utils
- optdepends = python2-nautilus: integration with Nautilus
+ optdepends = python-nautilus: integration with Nautilus
optdepends = nemo-python: integration with Nemo
conflicts = stack-client-bin
source = client-v2.6.2.tar.gz::https://github.com/nextcloud/client/archive/v2.6.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 41bd2a11698b..f8e052f86b0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
pkgname=stack-client
pkgver=2.6.2
-pkgrel=1
+pkgrel=2
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')
-optdepends=('python2-nautilus: integration with Nautilus' 'nemo-python:
-integration with Nemo')
+optdepends=('python-nautilus: integration with Nautilus' 'nemo-python: integration with Nemo')
makedepends=('cmake' 'qt5-tools' 'extra-cmake-modules' 'frameworkintegration')
conflicts=('stack-client-bin')
source=("client-v${pkgver}.tar.gz::https://github.com/nextcloud/client/archive/v${pkgver}.tar.gz"