aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Koglin-Fischer2023-12-21 16:14:17 +0100
committerStephan Koglin-Fischer2023-12-21 16:14:17 +0100
commit5cea0c36b4d67a28ab630d22c08544e68c8cc0d8 (patch)
treef525ff069633bb5ac1de9780da1bbcae793f6e6a
parentb3d63f5d9b9aa953ec558e78d02cb559d9bd4aca (diff)
parent6fd74d4257cb948052c80bba676f66cd66a8c79d (diff)
downloadaur-5cea0c36b4d67a28ab630d22c08544e68c8cc0d8.tar.gz
Merge branch 'main'
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--justfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82cccfafca17..bd2f90a43267 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 = 61
+ pkgrel = 63
url = https://github.com/Dashlane/dashlane-cli
install = .INSTALL
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2816f1b5695a..1050b3201b40 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=61
+pkgrel=63
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 358985177dda..beed114af1b4 100644
--- a/justfile
+++ b/justfile
@@ -67,7 +67,7 @@ publish: prepare
@echo -e "\e[36mSwitching to aur master branch...\e[0m"
@git checkout master
@echo -e "\e[36mMerging main into aur master...\e[0m"
- @git merge main
+ @git merge -X theirs main
@echo -e "\e[36mPushing to aur...\e[0m"
@git push aur master
@echo -e "\e[36mSwitching back to main...\e[0m"