aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Koglin-Fischer2023-12-19 08:36:49 +0100
committerStephan Koglin-Fischer2023-12-19 08:36:49 +0100
commitb58276fc9e9b8e3d5963c6769cfbe157c11c0dcf (patch)
tree447c7e9a09315ddde60bbcace83aad8fc8ef0951
parentb089fc4e79d7bc1973ddedc860a177d475c17ff8 (diff)
downloadaur-b58276fc9e9b8e3d5963c6769cfbe157c11c0dcf.tar.gz
bump: 1.15.1.r0.g8368d87
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
-rw-r--r--justfile2
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 066e4a84fcb3..4bcca17504d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dashlane-cli-git
pkgdesc = Dashlane CLI GitHub repository version bundled with asdf-vm to ensure using the correct node version.
pkgver = v1.15.1.r0.g8368d87
- pkgrel = 34
+ pkgrel = 35
url = https://github.com/Dashlane/dashlane-cli
install = .INSTALL
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a2408d8a931a..f8f8aafd5536 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stephan Koglin-Fischer <stephan dot koglin-fischer at funzt dot dev>
pkgname=dashlane-cli-git
pkgver=v1.15.1.r0.g8368d87
-pkgrel=34
+pkgrel=35
pkgdesc="Dashlane CLI GitHub repository version bundled with asdf-vm to ensure using the correct node version."
arch=('x86_64')
url="https://github.com/Dashlane/dashlane-cli"
@@ -43,8 +43,10 @@ prepare() {
source /opt/asdf-vm/asdf.sh
fi
+ # Install all plugins stated in .tool-versions
+ awk '{print $1}' .tool-versions | xargs -n 1 asdf plugin-add
asdf install
- asdf install
+
cd "$srcdir/$pkgname"
yarn install
}
diff --git a/justfile b/justfile
index 1689997dc452..cd1c3ac85d58 100644
--- a/justfile
+++ b/justfile
@@ -62,7 +62,7 @@ publish: prepare
@git commit -m "bump: $(just src-version)"
@git tag -af $(just tag-name) -m "bump: $(just src-version)"
@echo -e "\e[36mPushing to origin...\e[0m"
- @git push
+ @git push || true
@git push --tags --force
@echo -e "\e[36mSwitching to aur master branch...\e[0m"
@git checkout master