summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCatty Steve2022-05-24 12:00:40 +0800
committerCatty Steve2022-05-24 12:00:40 +0800
commita9708050c0eeac3b3d0b4d7271dc173c6720a38e (patch)
tree05c99818e3bdfede515f61cf1e1aa77c3054fa05 /PKGBUILD
parentd6260adbf582b5fdedbfb7891ea58e590b2a61b6 (diff)
downloadaur-firefox-extension-keepassxc-browser-git.tar.gz
Owned package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3abf3558b26..497e5ee62ceb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Chih-Hsuan Yen <yan12125@gmail.com>
+# Maintainor: Pig2014 <18111431031@163.com>
+# Contributor: Chih-Hsuan Yen <yan12125@gmail.com>
# Forked from aur/firefox-extension-keepassxc-browser. Original contributors:
# Contributor: Hezekiah Michael <spiritomb at protonmail dot com>
pkgname=firefox-extension-keepassxc-browser-git
pkgdesc="Official browser plugin for the KeePassXC password manager."
-pkgver=1.7.8.1.r21.g3db23e9
+pkgver=1.7.11.r54.ga037a0b
pkgrel=1
arch=('any')
url="https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/"
@@ -30,6 +31,7 @@ prepare() {
build() {
cd keepassxc-browser
+ npm install
npm ci
npm run build
}