summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBhoppi Chaw2018-12-07 23:30:58 +0800
committerBhoppi Chaw2018-12-07 23:30:58 +0800
commit42544337ab2c9715cac14b44cc94658d17c8aee1 (patch)
treef8d28ecac12f6988df5bb6114592974353621db3 /PKGBUILD
parent030a9182305688dd6cb93a1466bebe7e38cd2bab (diff)
downloadaur-42544337ab2c9715cac14b44cc94658d17c8aee1.tar.gz
update to upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 7 insertions, 9 deletions
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