summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-02-28 09:53:10 +0100
committerDaniel Peukert2020-02-28 09:53:10 +0100
commitb6c1c4cba98d9ab52e6fae8445709834fa6addd0 (patch)
tree0544ee6431128e834a38a3caf6cf712864a81a07
parent1e35b8b4d77f02eed513b47fe3802c39bc30f2ae (diff)
downloadaur-b6c1c4cba98d9ab52e6fae8445709834fa6addd0.tar.gz
Fixed dep name
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 974e05df411d..bffd6eef55e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mongodb-compass-community-git
pkgdesc = The official GUI for MongoDB - Community Edition - git version
pkgver = 1.21.0.r3236.dd8caa98
- pkgrel = 1
+ pkgrel = 2
url = https://www.mongodb.com/products/compass
arch = x86_64
arch = i686
@@ -13,6 +13,7 @@ pkgbase = mongodb-compass-community-git
depends = electron6
depends = krb5
depends = libsecret
+ depends = lsb-release
provides = mongodb-compass-community
conflicts = mongodb-compass-community
source = mongodb-compass-community-git::git+https://github.com/mongodb-js/compass
diff --git a/PKGBUILD b/PKGBUILD
index 31e33aa24601..cd3c877fa19e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _edition=' Community'
_pkgname="mongodb-$_target"
pkgname="$_pkgname-git"
pkgver='1.21.0.r3236.dd8caa98'
-pkgrel='1'
+pkgrel='2'
pkgdesc='The official GUI for MongoDB - Community Edition - git version'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url='https://www.mongodb.com/products/compass'
license=('custom:SSPL')
-depends=('electron6' 'krb5' 'libsecret')
+depends=('electron6' 'krb5' 'libsecret' 'lsb-release')
makedepends=('git' 'npm')
provides=("$_pkgname")
conflicts=("$_pkgname")