summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDet2016-01-18 21:36:32 +0000
committerDet2016-01-18 21:36:32 +0000
commit56accc56a0b52dcca410254758f48129520a8423 (patch)
tree6f1965929926137081e1c515664cf4ed7a4cc660 /PKGBUILD
parent46b1278ab44b2f228fe3bc6e1e2ea129850323d0 (diff)
downloadaur-56accc56a0b52dcca410254758f48129520a8423.tar.gz
Fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a1314a3a236..d048cff6f175 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=4.0.0
_universal=$pkgver-1 # Version of the universal installer: https://lastpass.com/misc_download2.php
_chromver=4.0.3-1 # The actual extensions' versions
_ffver=4.0.1a-1
-pkgrel=2
+pkgrel=3
pkgdesc="The Universal LastPass installer for Firefox, Chrome, and Opera"
arch=('i686' 'x86_64')
url="https://lastpass.com"
@@ -70,7 +70,7 @@ _chrome_package() {
_firefox_package() {
# Extension + profiles.ini go to $HOME, so do this in .install
- for i in lp_linux_$_ffver.xpi profiles.ini; do
+ for i in lp4_$_ffver.xpi profiles.ini; do
install -Dm644 $i "$pkgdir"/usr/share/lastpass/$i
done