aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Koglin-Fischer2023-12-19 08:54:31 +0100
committerStephan Koglin-Fischer2023-12-19 08:54:31 +0100
commit578b3a002a29883c9afc8ec40ce31da2b564e3e8 (patch)
treea81abae59795d20eb1e1e1acf20d35b8a80fcb45
parentdc8046f5bdda8bb1191c6e51454c39e33b26ee71 (diff)
downloadaur-578b3a002a29883c9afc8ec40ce31da2b564e3e8.tar.gz
bump: 1.15.1.r0.g8368d87.38
-rw-r--r--.INSTALL2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--justfile2
4 files changed, 5 insertions, 3 deletions
diff --git a/.INSTALL b/.INSTALL
index a4b18aee4642..ad925e3b7eb0 100644
--- a/.INSTALL
+++ b/.INSTALL
@@ -1,9 +1,11 @@
post_install() {
echo -e "\e[38;5;208mIf not done so, you needto configre asdf-vm to work in your shell.\nPlease go to https://asdf-vm.com/guide/getting-started.html#_3-install-asdf to install it in your shell.\n\n\e[0m"
echo -e "\e[38;5;208mRemember to re-install this package if the Node.js version changes.\e[0m"
+ echo -e "\e[38;5;208mYou can now log into Dashlane with `dcli sync`.\e[0m"
}
post_upgrade() {
echo -e "\e[38;5;208mIf not done so, you needto configre asdf-vm to work in your shell.\nPlease go to https://asdf-vm.com/guide/getting-started.html#_3-install-asdf to install it in your shell.\n\n\e[0m"
echo -e "\e[38;5;208mRemember to re-install this package if the Node.js version changes.\e[0m"
+ echo -e "\e[38;5;208mYou can now log into Dashlane with `dcli sync`.\e[0m"
} \ No newline at end of file
diff --git a/.SRCINFO b/.SRCINFO
index e22c368c6024..6d2c92c35dcf 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 = 37
+ pkgrel = 38
url = https://github.com/Dashlane/dashlane-cli
install = .INSTALL
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 54852ac62151..935239074ff3 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=37
+pkgrel=38
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"
diff --git a/justfile b/justfile
index dae366f2fa7e..358985177dda 100644
--- a/justfile
+++ b/justfile
@@ -56,7 +56,7 @@ tag-name:
prepare: rebuild bump-pkgrel checksum srcinfo
publish: prepare
- @echo -e "\e[36mNew version: $(just src-version)\e[0m"
+ @echo -e "\e[36mNew version: $(just src-version).$(just commit-count)\e[0m"
@git add .
@echo -e "\e[36mCommitting and tagging...\e[0m"
@git tag -af $(just tag-name) -m "bump: $(just src-version).$(just commit-count)"