summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD16
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af352b7895bf..46b22e229509 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nutstore
pkgdesc = a cloud service that lets you sync and share files anywhere.
pkgver = 4.1.4
- pkgrel = 1
+ pkgrel = 2
url = https://jianguoyun.com/
arch = x86_64
license = custom
@@ -14,7 +14,7 @@ pkgbase = nutstore
sha256sums = 3091740b20ddd31ba4407b8daba1077c4677040cdc47bccfab2f7f3947676384
sha256sums = f3d2861ff48f2d193a4eced23a02b4eba9fab4c1d3f727e934ed7c59f38f0f7e
source_x86_64 = https://www.jianguoyun.com/static/exe/installer/nutstore_linux_dist_x64.tar.gz
- sha256sums_x86_64 = 5227d45f6bfb221e39a9f36575a197be41ba152720baad5d51360939f1e0b1c1
+ sha256sums_x86_64 = b0ec672174b7f3d100d41bb6ab8768d45cfb36aef47b5e80a3560bec8842bf84
pkgname = nutstore
diff --git a/PKGBUILD b/PKGBUILD
index 0b2fd464a842..6462abe7fc80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nutstore
pkgver=4.1.4
-pkgrel=1
+pkgrel=2
pkgdesc='a cloud service that lets you sync and share files anywhere.'
arch=(x86_64)
url='https://jianguoyun.com/'
@@ -10,22 +10,20 @@ license=(custom)
depends=(libappindicator-gtk3 libnotify python-gobject)
optdepends=('nautilus-nutstore: Nautilus plugin')
source=(nutstore license)
-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=('5227d45f6bfb221e39a9f36575a197be41ba152720baad5d51360939f1e0b1c1')
-#sha256sums_i686=('4318110648ca28e33d20b9ba9190dd4e1b2eb34258429aa67cdcc74f0b19fc98')
+source_x86_64=('https://www.jianguoyun.com/static/exe/installer/nutstore_linux_dist_x64.tar.gz')
+sha256sums_x86_64=('b0ec672174b7f3d100d41bb6ab8768d45cfb36aef47b5e80a3560bec8842bf84')
+#source_i686=('https://www.jianguoyun.com/static/exe/installer/nutstore_linux_dist_x86.tar.gz')
+#sha256sums_i686=('4c876e0e906f8a168549718d43d59a7a0492771275c5dd20f564998fdb3953d1')
-build()
-{
+build() {
cd $srcdir/gnome-config
sed -i '/Exec=/s|~/\.nutstore/dist/bin/nutstore-pydaemon.py|/usr/bin/nutstore|' menu/nutstore-menu.desktop
sed -i '/Exec=/s|~/\.nutstore/dist|/opt/nutstore|' autostart/nutstore-daemon.desktop
}
-package()
-{
+package() {
cd $srcdir
install -D -m755 nutstore $pkgdir/usr/bin/nutstore
install -D -m644 license $pkgdir/usr/share/licenses/$pkgname/license