summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBhoppi Chaw2021-04-03 10:09:23 +0800
committerBhoppi Chaw2021-04-03 10:09:23 +0800
commit735a1293b03062bf99e5787620b86c9dff9e77dd (patch)
tree350f2e1e315603d34cb9288f7ce13e57f80b2a71 /PKGBUILD
parent3457dc95c5b9d80c700d809e1fa01d142de602a0 (diff)
downloadaur-735a1293b03062bf99e5787620b86c9dff9e77dd.tar.gz
fix swt depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06cc370bdfcc..a45a000be6af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,17 @@
pkgname=nutstore
pkgver=5.0.4
-pkgrel=1
+pkgrel=2
pkgdesc='a cloud service that lets you sync and share files anywhere.'
arch=(x86_64)
url='https://www.jianguoyun.com/'
license=(custom)
-depends=(libappindicator-gtk3 libnotify python-gobject)
+depends=(
+ libappindicator-gtk3
+ libnotify
+ python-gobject
+ webkit2gtk
+)
optdepends=('nautilus-nutstore: Nautilus plugin')
source=(nutstore license)
source_x86_64=("https://www.jianguoyun.com/static/exe/st/$pkgver/nutstore_client-$pkgver-linux-x64-public.tar.gz")