summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBhoppi Chaw2018-12-04 16:28:01 +0800
committerBhoppi Chaw2018-12-04 16:28:01 +0800
commit8062f68ffb9cddccbbe86f5f5aad46e73d90b2e5 (patch)
tree4500ca95b41449ea4f55272f4e85ab26a19dcbde /PKGBUILD
parent16efc60920ff8387535eaefcd7187ef4e23c070e (diff)
downloadaur-8062f68ffb9cddccbbe86f5f5aad46e73d90b2e5.tar.gz
update to 3.4.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD21
1 files changed, 11 insertions, 10 deletions
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()
{