aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Koglin-Fischer2023-12-21 15:15:25 +0100
committerStephan Koglin-Fischer2023-12-21 15:15:25 +0100
commit05dc5c5c9e708546d58fd0c260e5fcf7c1b56693 (patch)
treede4ce7b26c91a67abf701f7c4ea99f85ff8b7566
parent33283f3e0456fff2adb2523cf2bf4eddb1e4bb6e (diff)
parent6a72defd8c8a5b5dbad58408a18f574446348d79 (diff)
downloadaur-05dc5c5c9e708546d58fd0c260e5fcf7c1b56693.tar.gz
Merge branch 'main'
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--README.md11
3 files changed, 13 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07e10ded2d2d..0d46937c2a0e 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 = 45
+ pkgrel = 46
url = https://github.com/Dashlane/dashlane-cli
install = .INSTALL
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 548bdfbbc398..9d295a2069f3 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=45
+pkgrel=46
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/README.md b/README.md
index 5b10dd56aa1f..ad581f3fc9ca 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,17 @@ You can use the `just _<task-name>_` command to perform various tasks:
- `just uninstall`: Uninstall the package.
- `just test`: Test the package installation.
- `just publish`: Publish the package.
+- `just push:` Push to the AUR remote.
+- `just dcli-bundle-version`: Check the version of the Dashlane CLI bundle.
+- `just dcli-bundle-sync`: Sync the Dashlane CLI bundle.
+- `just test-local`: Test the local build.
+- `just test`: Test the package installation.
+- `just clean`: Clean the Git repository.
+- `just clean-force`: Force clean the Git repository.
+- `just set-remote-master-to-aur-branch`: Set the remote master branch to the AUR branch.
+- `just remote-add-aur`: Add the AUR remote.
+- `just clone-empty-aur`: Clone the empty AUR repository.
+
Use only the `just` command to see the list of available tasks: