summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2017-10-20 12:03:53 -0400
committerEli Schwartz2017-10-20 12:03:53 -0400
commit15bb1ff8a055b564b1e1373fdb34c36fc2a9acbe (patch)
treeb1d44e8b7cc858dc753d4f818b12421c25d10549
parent4db315b36612ab6e8dd7e58a0143358095603856 (diff)
downloadaur-15bb1ff8a055b564b1e1373fdb34c36fc2a9acbe.tar.gz
upgpkg: lastpass 4.2.0a-2
Disable stripping as this modifies the already-stripped prebuilt binary plugins, causing Firefox to say the extension is unverified.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a03d1ae35b9b..ad132352850f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lastpass
pkgdesc = The Universal LastPass installer for Firefox, Chrome, and Opera
pkgver = 4.2.0a
- pkgrel = 1
+ pkgrel = 2
url = https://lastpass.com
arch = i686
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = lastpass
optdepends = opera
noextract = lastpass-4.2.0a.xpi
noextract = lpchrome-4.1.52.crx
+ options = !strip
source = lastpass-4.2.0a.xpi::https://addons.mozilla.org/firefox/downloads/file/742770/
source = lpchrome-4.1.52.crx::https://lastpass.com/lpchrome_linux.crx
source = lplinux-4.1.44.tar.bz2::https://lastpass.com/lplinux.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index 0e19ec259840..40ab0c776ca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lastpass
pkgver=4.2.0a
-pkgrel=1
+pkgrel=2
_universalver=4.1.44
_chromever=4.1.52
_amo_file=742770
@@ -16,6 +16,7 @@ optdepends=('firefox'
'chromium'
'google-chrome'
'opera')
+options=('!strip')
# Apparently, API endpoints are all the rage -- so this isn't actually a file...
source=("${pkgname}-${pkgver}.xpi::https://addons.mozilla.org/firefox/downloads/file/${_amo_file}/"
"lpchrome-${_chromever}.crx::${url}/lpchrome_linux.crx"