summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2021-04-03 10:04:27 +0800
committerBhoppi Chaw2021-04-03 10:04:27 +0800
commitad495267cba5bae3951a3c541e4ce70fce042133 (patch)
tree1c96c55d90f6408de24c570cda2db0a5eda81518
parent242cc637270411bbb7e3d67ca67bae26ca4a7659 (diff)
downloadaur-ad495267cba5bae3951a3c541e4ce70fce042133.tar.gz
update to 5.1.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 451d411018c1..fa65aa8a4ef0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nutstore-experimental
pkgdesc = Nutstore experimental version.
- pkgver = 5.1.0
+ pkgver = 5.1.1
pkgrel = 1
url = https://www.jianguoyun.com/
arch = x86_64
@@ -8,6 +8,7 @@ pkgbase = nutstore-experimental
depends = libappindicator-gtk3
depends = libnotify
depends = python-gobject
+ depends = webkit2gtk
optdepends = nautilus-nutstore: Nautilus plugin
provides = nutstore
conflicts = nutstore
@@ -15,8 +16,8 @@ pkgbase = nutstore-experimental
source = license
sha256sums = a4aa358d45b306cbeac449f2256f00a5b81a95197394eba7efa96eaae820cf5b
sha256sums = f3d2861ff48f2d193a4eced23a02b4eba9fab4c1d3f727e934ed7c59f38f0f7e
- source_x86_64 = https://www.jianguoyun.com/static/exe/ex/5.1.0/nutstore_client-5.1.0-linux-x64-public.tar.gz
- sha256sums_x86_64 = 7ce51f7dc240de9a353a6e57a5dabdc9c985e0dab4cf6a0ebcad47e7a12ff3c6
+ source_x86_64 = https://www.jianguoyun.com/static/exe/ex/5.1.1/nutstore_client-5.1.1-linux-x64-public.tar.gz
+ sha256sums_x86_64 = 1546c00b79fcbe9650c75894bff4855aa34e93636aa466f43baf7ccc29076b35
pkgname = nutstore-experimental
diff --git a/PKGBUILD b/PKGBUILD
index f48e8d1c1fcb..b10c7d31902a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,18 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=nutstore-experimental
-pkgver=5.1.0
+pkgver=5.1.1
pkgrel=1
pkgdesc='Nutstore experimental version.'
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')
provides=(nutstore)
conflicts=(nutstore)
@@ -15,7 +20,7 @@ source=(nutstore license)
source_x86_64=("https://www.jianguoyun.com/static/exe/ex/$pkgver/nutstore_client-$pkgver-linux-x64-public.tar.gz")
sha256sums=('a4aa358d45b306cbeac449f2256f00a5b81a95197394eba7efa96eaae820cf5b'
'f3d2861ff48f2d193a4eced23a02b4eba9fab4c1d3f727e934ed7c59f38f0f7e')
-sha256sums_x86_64=('7ce51f7dc240de9a353a6e57a5dabdc9c985e0dab4cf6a0ebcad47e7a12ff3c6')
+sha256sums_x86_64=('1546c00b79fcbe9650c75894bff4855aa34e93636aa466f43baf7ccc29076b35')
build() {
cd $srcdir/gnome-config