summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2017-08-12 23:13:51 -0400
committerEli Schwartz2017-08-12 23:13:51 -0400
commit2c7cb1772e7bd3fbc07b896fb83d89fda5318903 (patch)
tree331faffbde4e15a03da787afe4584bad571c4b98
parent1f49cb65e150490915ffe5aabd4cce820e511585 (diff)
downloadaur-2c7cb1772e7bd3fbc07b896fb83d89fda5318903.tar.gz
lastpass: fix missing makedepends
I seem to have forgotten to add this when I rewrote the PKGBUILD
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b34cb96a1f41..5cf07f443506 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = lastpass
arch = i686
arch = x86_64
license = custom
+ makedepends = unzip
optdepends = firefox
optdepends = chromium
optdepends = google-chrome
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'