summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNate Levesque2019-01-04 22:45:45 -0500
committerNate Levesque2019-01-04 22:45:45 -0500
commita98d8da119cbc6d830f9e993a86a84fb327c2547 (patch)
treea9db99d66208f2473c3feb7328a9f2b7fd74876a /PKGBUILD
parentad8cfd899256df27f9a44982e18f456a9924c215 (diff)
downloadaur-a98d8da119cbc6d830f9e993a86a84fb327c2547.tar.gz
Add missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 12 insertions, 2 deletions
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')