summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2020-01-05 21:05:48 +0100
committerDaniel Peukert2020-01-05 21:05:48 +0100
commit4dfc12b774742322321d4ff31fa5555b1ebb88a7 (patch)
tree836420e58bcfbfb213552555d7a88526dc3f71d4 /PKGBUILD
parentae4ecaeccd46a1ea62fcfcb94f974d1752687948 (diff)
downloadaur-4dfc12b774742322321d4ff31fa5555b1ebb88a7.tar.gz
Bump mongodb-compass-bin pkgrel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bde2d29bd44c..c0241e07cdb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@ _pkgname='mongodb-compass-beta'
pkgname="$_pkgname-bin"
_pkgver='1.20.0-beta.9'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
-pkgrel='1'
+pkgrel='2'
pkgdesc='The official GUI for MongoDB - beta version - binary version'
arch=('x86_64')
url='https://www.mongodb.com/products/compass'
license=('custom:SSPL')
depends=('electron3-bin' 'krb5' 'libsecret')
+provides=("$_pkgname")
source=(
"$pkgname-$pkgver-$pkgrel.rpm::https://github.com/mongodb-js/compass/releases/download/v$_pkgver/$_pkgname-$_pkgver.x86_64.rpm"
'launch.sh'