summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD21
2 files changed, 15 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 750b6aad05fc..3219d0df02df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,20 @@
-# Generated by mksrcinfo v8
-# Fri Apr 28 05:22:29 UTC 2017
pkgbase = nutstore
pkgdesc = a cloud service that lets you sync and share files anywhere.
- pkgver = 3.4.4
+ pkgver = 3.4.5
pkgrel = 1
url = https://jianguoyun.com/
arch = x86_64
- arch = i686
license = custom
depends = gtk2
depends = java-runtime
- depends = python2-notify
optdepends = nautilus-nutstore: Nautilus plugin
+ optdepends = python2-notify: desktop notification
source = nutstore
source = license
sha256sums = 3091740b20ddd31ba4407b8daba1077c4677040cdc47bccfab2f7f3947676384
sha256sums = f3d2861ff48f2d193a4eced23a02b4eba9fab4c1d3f727e934ed7c59f38f0f7e
- source_x86_64 = https://jianguoyun.com/static/exe/st/3.4.4/nutstore_client-3.4.4-linux-x64-public.tar.gz
- sha256sums_x86_64 = 5376f79a009d1327e95ed07bd0ef7dc75de37af0a07b4cb7318727a462d77e43
- source_i686 = https://jianguoyun.com/static/exe/st/3.4.4/nutstore_client-3.4.4-linux-x86-public.tar.gz
- sha256sums_i686 = 38bd96aa4fb8c86e1b6fc73bbb79972ed4a211a402dfe6627b645ae19b6e2275
+ source_x86_64 = https://www.jianguoyun.com/static/exe/installer/nutstore_linux_dist_x64.tar.gz
+ sha256sums_x86_64 = fac9773875a5391a047f342414e988dd0df7f7938f14833f4b1352d3e4c64a00
pkgname = nutstore
diff --git a/PKGBUILD b/PKGBUILD
index 043a6cedd5c2..d99a30b9a302 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,24 @@
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>
pkgname=nutstore
-pkgver=3.4.4
+pkgver=3.4.5
pkgrel=1
pkgdesc='a cloud service that lets you sync and share files anywhere.'
-arch=(x86_64 i686)
+arch=(x86_64)
url='https://jianguoyun.com/'
license=(custom)
-depends=(gtk2
- java-runtime
- python2-notify)
-optdepends=('nautilus-nutstore: Nautilus plugin')
+depends=(gtk2 java-runtime)
+optdepends=(
+ 'nautilus-nutstore: Nautilus plugin'
+ 'python2-notify: desktop notification'
+)
source=(nutstore license)
-source_x86_64=("https://jianguoyun.com/static/exe/st/$pkgver/nutstore_client-$pkgver-linux-x64-public.tar.gz")
-source_i686=("https://jianguoyun.com/static/exe/st/$pkgver/nutstore_client-$pkgver-linux-x86-public.tar.gz")
+source_x86_64=('https://www.jianguoyun.com/static/exe/installer/nutstore_linux_dist_x64.tar.gz')
+#source_i686=('https://www.jianguoyun.com/static/exe/installer/nutstore_linux_dist_x86.tar.gz')
sha256sums=('3091740b20ddd31ba4407b8daba1077c4677040cdc47bccfab2f7f3947676384'
'f3d2861ff48f2d193a4eced23a02b4eba9fab4c1d3f727e934ed7c59f38f0f7e')
-sha256sums_x86_64=('5376f79a009d1327e95ed07bd0ef7dc75de37af0a07b4cb7318727a462d77e43')
-sha256sums_i686=('38bd96aa4fb8c86e1b6fc73bbb79972ed4a211a402dfe6627b645ae19b6e2275')
+sha256sums_x86_64=('fac9773875a5391a047f342414e988dd0df7f7938f14833f4b1352d3e4c64a00')
+#sha256sums_i686=('48de3e2f062f47ff48980422115102e4460f5be38643d14e91e4e7e82cabf64e')
build()
{