summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaveB2017-10-16 13:38:35 +0200
committerDaveB2017-10-16 13:38:35 +0200
commitae86f165c79281d4fb3e36d4d48b8744761c600f (patch)
tree4c23f5c758542bfcf25ba2bb521fae65999d0520
parent8ddc9483e045792d0608180fa6b73dd8493641cc (diff)
downloadaur-ae86f165c79281d4fb3e36d4d48b8744761c600f.tar.gz
Fixed dependency gtk2 to gtk3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75824557800f..f0f64127a447 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Aug 26 07:50:34 UTC 2017
+# Mon Oct 16 11:38:35 UTC 2017
pkgbase = chrome-remote-desktop
pkgdesc = Allows you to securely access your computer over the Internet through Chrome.
pkgver = 61.0.3163.20
- pkgrel = 1
+ pkgrel = 2
url = https://chrome.google.com/webstore/detail/gbchcmhmhahfdphkhkmpfmihenigjmpp
install = chrome-remote-desktop.install
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = chrome-remote-desktop
depends = python2
depends = python2-psutil
depends = gconf
- depends = gtk2
+ depends = gtk3
depends = nss
depends = xorg-xdpyinfo
depends = xorg-setxkbmap
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')