summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Richter2020-01-27 20:47:35 +0100
committerMarkus Richter2020-01-27 20:47:35 +0100
commit3c8d7a1582152cca5dabc06382a4f7d9e93c9ae2 (patch)
tree3fc6e73c0271efd75f8e88fe737c1bcc5e2df8d2
parent5cfa1bbf50cf5ec8f78ebfc9f5691a2ba1f6d5ca (diff)
downloadaur-3c8d7a1582152cca5dabc06382a4f7d9e93c9ae2.tar.gz
fix: add git to dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cba9ffe9efcc..7ef7b97a2496 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bitwarden_rs-vault
pkgdesc = Integrates the Vault Web-Interface into bitwarden_rs.
pkgver = 2.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bitwarden/web
install = bitwarden_rs-vault.install
arch = any
@@ -9,6 +9,7 @@ pkgbase = bitwarden_rs-vault
makedepends = npm
makedepends = nodejs-lts-dubnium
makedepends = python2
+ makedepends = git
depends = bitwarden_rs
conflicts = bitwarden_rs-vault-git
source = https://github.com/bitwarden/web/archive/v2.12.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 3f9dc537eefc..d1ded6e1c4fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_jslib_commit="255bd3962d268bec8f66411676049803bb29e0d3"
pkgname=bitwarden_rs-vault
pkgver=2.12.0
-pkgrel=1
+pkgrel=2
pkgdesc="Integrates the Vault Web-Interface into bitwarden_rs."
arch=('any')
url="https://github.com/bitwarden/web"
@@ -11,7 +11,7 @@ license=('AGPL3')
# nodejs-lts-dubnium is included because nodejs>=12 doesn't work. otherwise this would be covered by npm.
# python2 is included because the used npm package node-sass depends on node-gyp (and therefore python2) transitively. This should be covered by the official node-gyp package (https://bugs.archlinux.org/task/62277?project=5&string=node-gyp ) which is pulled in by npm.
-makedepends=('npm' 'nodejs-lts-dubnium' 'python2')
+makedepends=('npm' 'nodejs-lts-dubnium' 'python2' 'git')
depends=('bitwarden_rs')
conflicts=("bitwarden_rs-vault-git")
install=bitwarden_rs-vault.install