summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan MacKay2020-06-13 08:22:22 -0700
committerIan MacKay2020-06-13 08:22:22 -0700
commitfa62826711f6f48eb87c69279d44b5319f354b10 (patch)
tree9e1e044f045123dffe6f7365ddf3b673038633a9
parentc65143b606196ac0d2ab80d846cc8c446da10bda (diff)
downloadaur-fa62826711f6f48eb87c69279d44b5319f354b10.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 f01076817728..47273cbcc600 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,7 @@ pkgbase = github-desktop-git
depends = gconf
depends = nss
depends = nspr
+ depends = unzip
optdepends = hub: CLI interface for GitHub.
provides = github-desktop
conflicts = github-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 6c4c706f92eb..5d52e26b8837 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,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')
provides=(${_pkgname})