summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2018-11-07 23:25:30 -0500
committerfrealgagu2018-11-07 23:25:30 -0500
commitd509bc2287b628487ff30d63486b1a92ab3573c8 (patch)
treed3e0cd59dfe71a9b379d17ed369062f4261732aa
parentdf3f0cc1896ced441a064323e603164d8d2749ea (diff)
downloadaur-d509bc2287b628487ff30d63486b1a92ab3573c8.tar.gz
Compiling in chroot.
-rw-r--r--.SRCINFO1
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24b25fe4098f..06f02c7a785e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = chrome-remote-desktop
depends = gtk3
depends = libxss
depends = nss
- depends = python2
depends = python2-psutil
depends = xorg-server-xvfb
depends = xorg-setxkbmap
diff --git a/.gitignore b/.gitignore
index 96010b30ae6d..21a7cbd2891b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
chrome-remote-desktop-*.pkg.tar.xz
chrome-remote-desktop-*.deb
+chrome-remote-desktop-*.log
+PKGBUILD-namcap.log
pkg/
src/
diff --git a/PKGBUILD b/PKGBUILD
index 8be2dd161d1b..a47e047f2667 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="Access other computers or allow another user to access your computer se
arch=("x86_64")
url="https://chrome.google.com/webstore/detail/gbchcmhmhahfdphkhkmpfmihenigjmpp"
license=("BSD")
-depends=("gtk3" "libxss" "nss" "python2" "python2-psutil" "xorg-server-xvfb" "xorg-setxkbmap" "xorg-xauth" "xorg-xdpyinfo" "xorg-xrandr")
+depends=("gtk3" "libxss" "nss" "python2-psutil" "xorg-server-xvfb" "xorg-setxkbmap" "xorg-xauth" "xorg-xdpyinfo" "xorg-xrandr")
install="${pkgname}.install"
source=("${pkgname}-${pkgver}.deb::http://dl.google.com/linux/direct/${pkgname}_current_amd64.deb"
"${pkgname}.service"