summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e38c525879d9..658d58c1873b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = insync
pkgdesc = An unofficial Google Drive client that runs on Linux, with support for various desktops
pkgver = 1.5.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.insynchq.com/downloads
arch = x86_64
license = custom:insync
depends = xdg-utils
depends = glibc
depends = python2
- optdepends = sni-qt: system tray icon
options = !strip
source = insync@.service
source = insync.service
diff --git a/PKGBUILD b/PKGBUILD
index 966ed82b84e0..14ee81fc71e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,13 @@ pkgname=insync
pkgver=1.5.2
_pkgver=37346
_dist=artful
-pkgrel=1
+pkgrel=2
pkgdesc="An unofficial Google Drive client that runs on Linux, with support for various desktops"
url="https://www.insynchq.com/downloads"
license=('custom:insync')
options=(!strip)
depends=('xdg-utils' 'glibc' 'python2')
optdepends=(
- 'sni-qt: system tray icon'
)
arch=('x86_64')
source=('insync@.service' 'insync.service')