summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2021-04-03 10:09:23 +0800
committerBhoppi Chaw2021-04-03 10:09:23 +0800
commit735a1293b03062bf99e5787620b86c9dff9e77dd (patch)
tree350f2e1e315603d34cb9288f7ce13e57f80b2a71
parent3457dc95c5b9d80c700d809e1fa01d142de602a0 (diff)
downloadaur-735a1293b03062bf99e5787620b86c9dff9e77dd.tar.gz
fix swt depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84f8f2c22531..5730dc2b29c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = nutstore
pkgdesc = a cloud service that lets you sync and share files anywhere.
pkgver = 5.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://www.jianguoyun.com/
arch = x86_64
license = custom
depends = libappindicator-gtk3
depends = libnotify
depends = python-gobject
+ depends = webkit2gtk
optdepends = nautilus-nutstore: Nautilus plugin
source = nutstore
source = license
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")