summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46ae574f5fcc..3cdd27e53f32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = insync
pkgdesc = An unofficial Google Drive client that runs on Linux, with support for various desktops
- pkgver = 1.2.17
+ pkgver = 1.2.18
pkgrel = 1
url = https://www.insynchq.com/downloads
arch = i686
@@ -10,19 +10,15 @@ pkgbase = insync
depends = glibc
depends = python2
optdepends = insync-nautilus: file-manager integration for nautilus
- optdepends = insync-nemo: file-manager integration for nemo
- optdepends = insync-dolphin: file-manager integration for dolphin
- optdepends = insync-thunar: file-manager integration for thunar
- optdepends = insync-caja: file-manager integration for caja
optdepends = sni-qt: To show the icon in Plasma 5 tray
options = !strip
options = !upx
source = insync.service
sha256sums = 995d9131bd454015ff11414d002b8927b7397835969e27061008264c0c5f225d
- source_i686 = http://s.insynchq.com/builds/insync_1.2.17.35187-trusty_i386.deb
- sha256sums_i686 = 70830ff3225f429836b3df1b2a10d381580e83c003b6a1e97a61c1c033211cdd
- source_x86_64 = http://s.insynchq.com/builds/insync_1.2.17.35187-trusty_amd64.deb
- sha256sums_x86_64 = aaa91d96cadd84f221d8ee51996e4e804e5923425d5f220dffab12933f1354ff
+ source_i686 = http://s.insynchq.com/builds/insync_1.2.18.35198-trusty_i386.deb
+ sha256sums_i686 = 87a2390400fa40ce00717087805e096d0ea16f774e4bac1cec40fb46192eae65
+ source_x86_64 = http://s.insynchq.com/builds/insync_1.2.18.35198-trusty_amd64.deb
+ sha256sums_x86_64 = 423170713180bb65fb3c2a7143514c9fabd3893c7a4e2c4b5dd3325e62a093d5
pkgname = insync
diff --git a/PKGBUILD b/PKGBUILD
index e5d47eddb231..e427a8b9fb85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# COntributor: Zhengyu Xu <xzy3186@gmail.com>
pkgname=insync
-pkgver=1.2.17
-_pkgver=35187
+pkgver=1.2.18
+_pkgver=35198
pkgrel=1
pkgdesc="An unofficial Google Drive client that runs on Linux, with support for various desktops"
url="https://www.insynchq.com/downloads"
@@ -11,18 +11,14 @@ license=('custom:insync')
options=(!strip !upx)
depends=('xdg-utils' 'glibc' 'python2')
optdepends=('insync-nautilus: file-manager integration for nautilus'
- 'insync-nemo: file-manager integration for nemo'
- 'insync-dolphin: file-manager integration for dolphin'
- 'insync-thunar: file-manager integration for thunar'
- 'insync-caja: file-manager integration for caja'
'sni-qt: To show the icon in Plasma 5 tray')
arch=('i686' 'x86_64')
source=('insync.service')
+sha256sums=('995d9131bd454015ff11414d002b8927b7397835969e27061008264c0c5f225d')
+sha256sums_i686=('87a2390400fa40ce00717087805e096d0ea16f774e4bac1cec40fb46192eae65')
+sha256sums_x86_64=('423170713180bb65fb3c2a7143514c9fabd3893c7a4e2c4b5dd3325e62a093d5')
source_i686=("http://s.insynchq.com/builds/${pkgname}_${pkgver}.${_pkgver}-trusty_i386.deb")
source_x86_64=("http://s.insynchq.com/builds/${pkgname}_${pkgver}.${_pkgver}-trusty_amd64.deb")
-sha256sums=('995d9131bd454015ff11414d002b8927b7397835969e27061008264c0c5f225d')
-sha256sums_i686=('70830ff3225f429836b3df1b2a10d381580e83c003b6a1e97a61c1c033211cdd')
-sha256sums_x86_64=('aaa91d96cadd84f221d8ee51996e4e804e5923425d5f220dffab12933f1354ff')
package() {
cd $srcdir