summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-04-01 09:04:52 +0800
committerzxp198210052024-04-01 09:04:52 +0800
commit43a2e3fa6373eee7fdb8d35737c770aeb9ccd2d3 (patch)
tree297c883f20424e77cb870e993c5a3ab64b923865
parente39fa4cd02a8149bb698a843946a8d3911ef58ed (diff)
downloadaur-43a2e3fa6373eee7fdb8d35737c770aeb9ccd2d3.tar.gz
update to 2.26.5.r5.gac894833
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34af81c0349e..a7e6d0fe455e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buttercup-desktop-git
pkgdesc = Cross-Platform Passwords & Secrets Vault
- pkgver = 2.26.2.r0.g88f8b31b
+ pkgver = 2.26.5.r5.gac894833
pkgrel = 1
url = https://buttercup.pw/
arch = any
@@ -10,7 +10,7 @@ pkgbase = buttercup-desktop-git
makedepends = nvm
makedepends = gendesk
depends = electron22
- provides = buttercup-desktop=2.26.2
+ provides = buttercup-desktop=2.26.5
conflicts = buttercup-desktop
source = buttercup-desktop.git::git+https://github.com/buttercup/buttercup-desktop.git
source = buttercup-desktop.sh
diff --git a/PKGBUILD b/PKGBUILD
index 42c3f8f0f003..fe3156247653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=buttercup-desktop-git
_pkgname="Buttercup Password Manager"
-pkgver=2.26.2.r0.g88f8b31b
+pkgver=2.26.5.r5.gac894833
_electronversion=22
_nodeversion=18
pkgrel=1
@@ -54,9 +54,9 @@ build() {
export npm_config_disturl=https://electronjs.org/headers
HOME="${srcdir}/.electron-gyp"
if [ `curl -s ipinfo.io/country | grep CN | wc -l ` -ge 1 ];then
- echo 'registry="https://registry.npmmirror.com/"' >> .npmrc
- echo 'electron_mirror="https://registry.npmmirror.com/-/binary/electron/"' >> .npmrc
- echo 'electron_builder_binaries_mirror="https://registry.npmmirror.com/-/binary/electron-builder-binaries/"' >> .npmrc
+ export npm_config_registry=https://registry.npmmirror.com
+ export npm_config_electron_mirror=https://registry.npmmirror.com/-/binary/electron/
+ export npm_config_electron_builder_binaries_mirror=https://registry.npmmirror.com/-/binary/electron-builder-binaries/
else
echo "Your network is OK."
fi