aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Koglin-Fischer2023-12-21 15:49:31 +0100
committerStephan Koglin-Fischer2023-12-21 15:49:31 +0100
commit9d41300069144f5c2842cd898f6b9f0642b7d720 (patch)
tree330a356649c8a2197b784780f141fdfe2000a13f
parentfd54ed24941a2842239f7bc29ca40ba7e21cd107 (diff)
downloadaur-9d41300069144f5c2842cd898f6b9f0642b7d720.tar.gz
bump: 1.15.1.r0.g8368d87.56
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--commands.sh1
3 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e21ef326b12f..317ad43a4ad9 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 = 49
+ pkgrel = 56
url = https://github.com/Dashlane/dashlane-cli
install = .INSTALL
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index dcfe0166815c..a8e552f60700 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=49
+pkgrel=56
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/commands.sh b/commands.sh
index 5250fbeec0da..e4e7b5cfa824 100644
--- a/commands.sh
+++ b/commands.sh
@@ -61,7 +61,6 @@ prepare_commands() {
asdf install
cd "$srcdir/$pkgname"
- echo $PWD
yarn install
}