summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'