summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Levesque2019-01-04 22:45:45 -0500
committerNate Levesque2019-01-04 22:45:45 -0500
commita98d8da119cbc6d830f9e993a86a84fb327c2547 (patch)
treea9db99d66208f2473c3feb7328a9f2b7fd74876a
parentad8cfd899256df27f9a44982e18f456a9924c215 (diff)
downloadaur-a98d8da119cbc6d830f9e993a86a84fb327c2547.tar.gz
Add missing dependencies
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 21 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a047fc896d8c..470a47feeede 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,21 @@
pkgbase = insync
pkgdesc = An unofficial Google Drive client that runs on Linux, with support for various desktops
pkgver = 1.5.5
- pkgrel = 1
+ pkgrel = 2
url = https://www.insynchq.com/downloads
arch = x86_64
license = custom:insync
depends = xdg-utils
depends = glibc
depends = python2
+ depends = libglvnd
+ depends = nss
+ depends = libxcursor
+ depends = libxi
+ depends = libxtst
+ depends = libxrandr
+ depends = alsa-lib
+ depends = libxcomposite
options = !strip
source = insync@.service
source = insync.service
diff --git a/PKGBUILD b/PKGBUILD
index 5ec91bdadf60..6405e8aed8ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,22 @@ pkgname=insync
pkgver=1.5.5
_pkgver=37367
_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')
+depends=('xdg-utils'
+ 'glibc'
+ 'python2'
+ 'libglvnd'
+ 'nss'
+ 'libxcursor'
+ 'libxi'
+ 'libxtst'
+ 'libxrandr'
+ 'alsa-lib'
+ 'libxcomposite')
optdepends=(
)
arch=('x86_64')