summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhoppi Chaw2020-05-24 18:45:07 +0800
committerBhoppi Chaw2020-05-24 18:45:07 +0800
commitcc4f7f9410726da971180f8fddc3ff3e36b39f62 (patch)
tree853a0c30024b2d8eddc993d029432ec58509f53d
parentf42c4a6c92adc988421b1713e2421c0a88ca7e7e (diff)
downloadaur-cc4f7f9410726da971180f8fddc3ff3e36b39f62.tar.gz
update to 4.3.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rwxr-xr-xnutstore2
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 245070761fbd..48413fc4b978 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nutstore-experimental
pkgdesc = Nutstore experimental version.
- pkgver = 4.2.2
+ pkgver = 4.3.2
pkgrel = 1
url = https://www.jianguoyun.com/
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = nutstore-experimental
conflicts = nutstore
source = nutstore
source = license
- sha256sums = 3091740b20ddd31ba4407b8daba1077c4677040cdc47bccfab2f7f3947676384
+ sha256sums = a4aa358d45b306cbeac449f2256f00a5b81a95197394eba7efa96eaae820cf5b
sha256sums = f3d2861ff48f2d193a4eced23a02b4eba9fab4c1d3f727e934ed7c59f38f0f7e
- source_x86_64 = https://www.jianguoyun.com/static/exe/ex/4.2.2/nutstore_client-4.2.2-linux-x64-public.tar.gz
- sha256sums_x86_64 = 338b501a64fa924a0ab158336f2ba076f6bd92aa9ad1070c9c95024a8aef9935
+ source_x86_64 = https://www.jianguoyun.com/static/exe/ex/4.3.2/nutstore_client-4.3.2-linux-x64-public.tar.gz
+ sha256sums_x86_64 = a8f0f82d09331e953c03b602a30b9fd5ee8a489605d5ade17b335555c66154f1
pkgname = nutstore-experimental
diff --git a/PKGBUILD b/PKGBUILD
index c04aa19d83ea..1ca207c0f099 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=nutstore-experimental
-pkgver=4.2.2
+pkgver=4.3.2
pkgrel=1
pkgdesc='Nutstore experimental version.'
arch=(x86_64)
@@ -13,9 +13,9 @@ provides=(nutstore)
conflicts=(nutstore)
source=(nutstore license)
source_x86_64=("https://www.jianguoyun.com/static/exe/ex/$pkgver/nutstore_client-$pkgver-linux-x64-public.tar.gz")
-sha256sums=('3091740b20ddd31ba4407b8daba1077c4677040cdc47bccfab2f7f3947676384'
+sha256sums=('a4aa358d45b306cbeac449f2256f00a5b81a95197394eba7efa96eaae820cf5b'
'f3d2861ff48f2d193a4eced23a02b4eba9fab4c1d3f727e934ed7c59f38f0f7e')
-sha256sums_x86_64=('338b501a64fa924a0ab158336f2ba076f6bd92aa9ad1070c9c95024a8aef9935')
+sha256sums_x86_64=('a8f0f82d09331e953c03b602a30b9fd5ee8a489605d5ade17b335555c66154f1')
build() {
cd $srcdir/gnome-config
diff --git a/nutstore b/nutstore
index a48798abbd62..3994d5abb8f8 100755
--- a/nutstore
+++ b/nutstore
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
STARTPATH='gnome-config/autostart/nutstore-daemon.desktop'
install -CD /opt/nutstore/$STARTPATH ~/.nutstore/dist/$STARTPATH
-/opt/nutstore/bin/nutstore-pydaemon.py
+exec /opt/nutstore/bin/nutstore-pydaemon.py