summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan MacKay2020-06-13 08:22:08 -0700
committerIan MacKay2020-06-13 08:22:08 -0700
commite9e8a4382fc7a1fcaa063c8b1984a9a26cb915eb (patch)
tree3a12acfe84fae4c9f02833b4ed2360a9dc80177a
parent5a65a8e12a1626a15e9cdc70c817a6c926386986 (diff)
downloadaur-e9e8a4382fc7a1fcaa063c8b1984a9a26cb915eb.tar.gz
unzip dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04c32305c807..7c45a866b4cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,7 @@ pkgbase = github-desktop
depends = gconf
depends = nss
depends = nspr
+ depends = unzip
optdepends = hub: CLI interface for GitHub.
source = git+https://github.com/shiftkey/desktop.git#tag=release-2.5.2-linux1
source = github-desktop.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 5e309591aafb..e7be594bed15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc="GUI for managing Git and GitHub."
arch=('x86_64')
url="https://desktop.github.com"
license=('MIT')
-depends=('gnome-keyring' 'libsecret' 'git' 'curl' 'libxss' 'gconf' 'nss' 'nspr')
+depends=('gnome-keyring' 'libsecret' 'git' 'curl' 'libxss' 'gconf' 'nss' 'nspr' 'unzip')
optdepends=('hub: CLI interface for GitHub.')
makedepends=('xorg-server-xvfb' 'nodejs>=10.16.0' 'yarn' 'python2' 'unzip')
DLAGENTS=("http::/usr/bin/git clone --branch ${gitname} --single-branch %u")