summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2020-01-05 22:59:29 +0100
committerDaniel Peukert2020-01-05 22:59:29 +0100
commit940c5fbbfa63b3858180c20a900faa4e7845ba56 (patch)
treedcc61283b27f847933931398fd7725248268ca01 /PKGBUILD
parent3cf25de1995074f46addd2cc70622dd76e1129a8 (diff)
downloadaur-940c5fbbfa63b3858180c20a900faa4e7845ba56.tar.gz
Added conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edcf7eab0a29..738432f0fe3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@ _pkgname='mongodb-compass-isolated'
pkgname="$_pkgname-bin"
_pkgver='1.20.4'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
-pkgrel='2'
+pkgrel='3'
pkgdesc='The official GUI for MongoDB - Isolated Edition - binary version'
arch=('x86_64')
url='https://www.mongodb.com/products/compass'
license=('custom:SSPL')
depends=('electron3-bin' 'krb5' 'libsecret')
provides=("$_pkgname")
+conflicts=("$_pkgname")
source=(
"$pkgname-$pkgver-$pkgrel.rpm::https://github.com/mongodb-js/compass/releases/download/v$_pkgver/$_pkgname-$_pkgver.x86_64.rpm"
'launch.sh'