summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIan MacKay2018-04-11 14:46:03 -0700
committerIan MacKay2018-04-11 14:46:03 -0700
commita852ab1fe7fa1308714312f6a19746563172c901 (patch)
treefb8d182f7fc26038020f5a5dc330006597ff03c9 /PKGBUILD
parentbed4637fb3a85ccca0d9f811d07f2460d12dd7c0 (diff)
downloadaur-a852ab1fe7fa1308714312f6a19746563172c901.tar.gz
python2 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a69f8993a96b..234b8bae5ea5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ url="https://desktop.github.com"
license=('MIT')
depends=('gnome-keyring' 'git' 'electron' 'nodejs' 'libcurl-compat' 'libcurl-gnutls')
optdepends=('hub: CLI interface for GitHub.')
-makedepends=('libcurl-openssl-1.0' 'xorg-server-xvfb' 'yarn')
+makedepends=('libcurl-openssl-1.0' 'xorg-server-xvfb' 'yarn' 'python2')
DLAGENTS=("http::/usr/bin/git clone --branch ${gitname} --single-branch %u")
source=(
git+https://github.com/desktop/desktop.git#tag=${gitname}