summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authoréclairevoyant2023-06-02 00:45:18 -0400
committeréclairevoyant2023-06-02 00:45:18 -0400
commit90393e89de07ed6eae9bebab4e42cd842b1ad245 (patch)
treee065414d0a6a2f55c45a421419f99c8fcc3f2fe5 /.SRCINFO
parent783bc10062d36e3f3763ac0da27a834a4efc0201 (diff)
downloadaur-90393e89de07ed6eae9bebab4e42cd842b1ad245.tar.gz
bitwarden-cli-git: use repo PKGBUILD; fix pkgver
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO21
1 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc2bd116a973..d4d6f612e1ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
pkgbase = bitwarden-cli-git
pkgdesc = Bitwarden Command-line Interface
- pkgver = 1.7.4.r17.g3915e43
+ pkgver = 2023.5.0.r8.2d9fdd68da2
pkgrel = 1
- url = https://github.com/bitwarden/cli
+ url = https://github.com/bitwarden/clients/apps/cli
arch = x86_64
license = GPL3
- makedepends = nodejs
+ makedepends = git
makedepends = npm
- depends = nodejs
+ makedepends = modclean
+ depends = nodejs-lts-gallium
+ provides = bitwarden-cli
conflicts = bitwarden-cli
- options = !strip
- source = bitwarden-cli-git-repo::git+https://github.com/bitwarden/cli.git
- source = jslib-git-repo::git+https://github.com/bitwarden/jslib.git
- sha512sums = SKIP
- sha512sums = SKIP
+ options = !emptydirs
+ source = bitwarden-cli::git+https://github.com/bitwarden/clients.git
+ source = git+https://github.com/bitwarden/jslib.git
+ b2sums = SKIP
+ b2sums = SKIP
pkgname = bitwarden-cli-git
-