summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEli Schwartz2017-08-12 23:13:51 -0400
committerEli Schwartz2017-08-12 23:13:51 -0400
commit2c7cb1772e7bd3fbc07b896fb83d89fda5318903 (patch)
tree331faffbde4e15a03da787afe4584bad571c4b98 /PKGBUILD
parent1f49cb65e150490915ffe5aabd4cce820e511585 (diff)
downloadaur-2c7cb1772e7bd3fbc07b896fb83d89fda5318903.tar.gz
lastpass: fix missing makedepends
I seem to have forgotten to add this when I rewrote the PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a77af904def2..d7e9e03946c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ pkgdesc="The Universal LastPass installer for Firefox, Chrome, and Opera"
arch=('i686' 'x86_64')
url="https://lastpass.com"
license=('custom')
+makedepends=('unzip')
optdepends=('firefox'
'chromium'
'google-chrome'