summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-01-05 21:07:26 +0100
committerDaniel Peukert2020-01-05 21:07:26 +0100
commit5ed7265e7ca511023f93f161f15a2003463dcae4 (patch)
tree9a3db233ca75ec444cc18ee8a31c4a90119c078f
parent00e904ddaca13e0b6399bd74e4da60a1b07bc1a0 (diff)
downloadaur-5ed7265e7ca511023f93f161f15a2003463dcae4.tar.gz
Bump mongodb-compass-bin pkgrel
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08a80979da4a..7a05b66b9d50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = mongodb-compass-community-beta-bin
pkgdesc = The official GUI for MongoDB - Community Edition - beta version - binary version
pkgver = 1.20.0.beta.9
- pkgrel = 1
+ pkgrel = 2
url = https://www.mongodb.com/products/compass
arch = x86_64
license = custom:SSPL
depends = electron3-bin
depends = krb5
depends = libsecret
- source = mongodb-compass-community-beta-bin-1.20.0.beta.9-1.rpm::https://github.com/mongodb-js/compass/releases/download/v1.20.0-beta.9/mongodb-compass-community-beta-1.20.0-beta.9.x86_64.rpm
+ provides = mongodb-compass-community-beta
+ source = mongodb-compass-community-beta-bin-1.20.0.beta.9-2.rpm::https://github.com/mongodb-js/compass/releases/download/v1.20.0-beta.9/mongodb-compass-community-beta-1.20.0-beta.9.x86_64.rpm
source = launch.sh
sha256sums = 6c375ea88d42084724cd491d3d81e1cb4a01b180cb86f89df8eb057cb21f5a98
sha256sums = 1bf3dd5e9363e750f4099acab9c8e22af7dc8645215d3fc4ed13abb0d38c5137
diff --git a/PKGBUILD b/PKGBUILD
index 1adcae54b3aa..8e99515bd605 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@ _pkgname='mongodb-compass-community-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 - Community Edition - 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'