aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Koglin-Fischer2023-12-19 08:41:24 +0100
committerStephan Koglin-Fischer2023-12-19 08:41:24 +0100
commitcdc5655b2d88c0d5ecb4e389e0655df75c508a9a (patch)
tree927be05bc07a836aa64b380bd576484c4e8d5045
parentb58276fc9e9b8e3d5963c6769cfbe157c11c0dcf (diff)
downloadaur-cdc5655b2d88c0d5ecb4e389e0655df75c508a9a.tar.gz
bump: 1.15.1.r0.g8368d87
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bcca17504d3..ae502cc701af 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 = 35
+ pkgrel = 36
url = https://github.com/Dashlane/dashlane-cli
install = .INSTALL
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f8f8aafd5536..6787b5dbce10 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=35
+pkgrel=36
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"
@@ -31,16 +31,17 @@ prepare() {
# for bash, fish, zsh - add more if needed
if [[ $SHELL == *"bash"* ]]; then
echo -e "\n. /opt/asdf-vm/asdf.sh" >> ~/.bashrc
+ source ~/.bashrc
elif [[ $SHELL == *"fish"* ]]; then
echo -e "\nsource /opt/asdf-vm/asdf.fishh" >> ~/.config/fish/config.fish
+ source ~/.config/fish/config.fish
elif [[ $SHELL == *"zsh"* ]]; then
echo -e "\n. /opt/asdf-vm/asdf.sh" >> ~/.zshrc
+ source ~/.zshrc
else
echo "Unsupported shell. Please add asdf to your shell's initialization file manually."
exit 1
fi
-
- source /opt/asdf-vm/asdf.sh
fi
# Install all plugins stated in .tool-versions