summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWillem Mulder2018-02-09 17:26:55 +0100
committerWillem Mulder2018-02-09 17:26:55 +0100
commitfdb11a5f9eae3eab40463cdc268491713dd5019e (patch)
treea63634d7a670926c6bd0491a4a0fd9c397739259
parent37523f82e4eee8c24ae21c6e107b296cf4a4df8f (diff)
downloadaur-fdb11a5f9eae3eab40463cdc268491713dd5019e.tar.gz
Fix xpi location
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3826d207f4c..0120646af0bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 9 16:25:25 UTC 2018
+# Fri Feb 9 16:26:39 UTC 2018
pkgbase = firefox-passff-git
pkgdesc = zx2c4 pass manager addon for firefox
- pkgver = 1.0.3linux.r0.3e382fd
+ pkgver = 1.1.r2.e1b9570
pkgrel = 1
url = https://github.com/passff/passff
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index bc855e01b4ae..97cc9774c0ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Willem Mulder <14mRh4X0r@gmail.com>
_pkgname=passff
pkgname=firefox-passff-git
-pkgver=1.0.3linux.r0.3e382fd
+pkgver=1.1.r2.e1b9570
pkgrel=1
pkgdesc="zx2c4 pass manager addon for firefox"
arch=(any)
@@ -31,7 +31,7 @@ package() {
cd "$srcdir/${_pkgname}/src"
local ext_id="$(jq -r '.applications.gecko.id' manifest.json)"
- install -Dm644 ../bin/${_pkgname}.xpi \
+ install -Dm644 "../bin/$(jq -r '.version' manifest.json)/${_pkgname}.xpi" \
"${pkgdir}/usr/lib/firefox/browser/extensions/${ext_id}.xpi"
# Install host application