summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2020-02-28 09:49:14 +0100
committerDaniel Peukert2020-02-28 09:49:14 +0100
commitdac0bcbace75c033cfcc6b7d3eb07f8011e34490 (patch)
treebe55b154c925e62b498aa0a50df6c6fb5da59799 /PKGBUILD
parentc157f31c86ce4fd6f56fc5400ed5f17ebb52a27e (diff)
downloadaur-dac0bcbace75c033cfcc6b7d3eb07f8011e34490.tar.gz
Fixed dep name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2caeea02e534..5fd615ac3614 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _edition=' Community'
pkgname="mongodb-$_target"
_pkgver='1.20.5'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
-pkgrel='1'
+pkgrel='2'
pkgdesc='The official GUI for MongoDB - Community Edition'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url='https://www.mongodb.com/products/compass'
license=('custom:SSPL')
-depends=('electron3-bin' 'krb5' 'libsecret')
+depends=('electron3-bin' 'krb5' 'libsecret' 'lsb-release')
makedepends=('npm')
source=(
"$pkgname-$pkgver-$pkgrel.tar.gz::https://github.com/mongodb-js/compass/archive/v$_pkgver.tar.gz"