summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Levesque2018-10-01 22:53:38 -0400
committerNate Levesque2018-10-01 22:53:38 -0400
commit3897f9e0afaf5e60effd295496469e2e783ad54f (patch)
tree1a2a333db02f30408362af60a9537718b25efe62
parentce78708643d6d8fe01beaa9b8910994cfc82cfd6 (diff)
downloadaur-3897f9e0afaf5e60effd295496469e2e783ad54f.tar.gz
Remove sni-qt from optdepends
-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')