summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaveB2017-10-16 13:38:35 +0200
committerDaveB2017-10-16 13:38:35 +0200
commitae86f165c79281d4fb3e36d4d48b8744761c600f (patch)
tree4c23f5c758542bfcf25ba2bb521fae65999d0520 /PKGBUILD
parent8ddc9483e045792d0608180fa6b73dd8493641cc (diff)
downloadaur-ae86f165c79281d4fb3e36d4d48b8744761c600f.tar.gz
Fixed dependency gtk2 to gtk3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04539194715f..c239feab9411 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=chrome-remote-desktop
pkgver=61.0.3163.20
-pkgrel=1
+pkgrel=2
pkgdesc="Allows you to securely access your computer over the Internet through Chrome."
url="https://chrome.google.com/webstore/detail/gbchcmhmhahfdphkhkmpfmihenigjmpp"
arch=('x86_64')
license=('BSD')
install=$pkgname.install
-depends=('python2' 'python2-psutil' 'gconf' 'gtk2' 'nss'
+depends=('python2' 'python2-psutil' 'gconf' 'gtk3' 'nss'
'xorg-xdpyinfo' 'xorg-setxkbmap' 'xorg-server-xvfb' 'xorg-xauth')
makedepends=('nano')