summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcorey drew bruce2019-12-20 16:04:41 +1100
committercorey drew bruce2019-12-20 16:04:41 +1100
commitce6ff9fa5f6218cec133d230b4ed3cd4cab92bf9 (patch)
treec8d8986968b23dcc395632c7aa60d7d9d8f1fec9 /PKGBUILD
parentd6659f3eb4af1344ba255b9497b81b37217302b3 (diff)
downloadaur-ce6ff9fa5f6218cec133d230b4ed3cd4cab92bf9.tar.gz
Adding missing dependency unzip to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f822663c8bd9..8a53f05d00d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://gitlab.com/gamerworld/application"
license=('GPL')
depends=('nss' 'gtk3' 'libxss')
-makedepends=('npm' 'git')
+makedepends=('npm' 'git' 'unzip')
provides=("${pkgname%}")
conflicts=("${pkgname%}")
source=('git+https://gitlab.com/gamerworld/application.git')