summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-02-06 10:37:59 +0100
committerDaniel Peukert2021-02-06 10:37:59 +0100
commit631f114cfca07e078908c9b2aa0f0720abf6d5eb (patch)
tree06993bc54949acee12153c1473ab56d6dda2e7eb
parent3a5282e9700d9f50e682b30c915894faec73c381 (diff)
downloadaur-631f114cfca07e078908c9b2aa0f0720abf6d5eb.tar.gz
re2 bump again
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 449cb68cbe44..7a15a6764ffe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mongodb-compass-isolated-bin
pkgdesc = The official GUI for MongoDB - Isolated Edition - binary version
pkgver = 1.25.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.mongodb.com/products/compass
arch = x86_64
license = custom:SSPL
@@ -23,7 +23,7 @@ pkgbase = mongodb-compass-isolated-bin
optdepends = org.freedesktop.secrets
provides = mongodb-compass-isolated
conflicts = mongodb-compass-isolated
- source = mongodb-compass-isolated-bin-1.25.0-2.rpm::https://github.com/mongodb-js/compass/releases/download/v1.25.0/mongodb-compass-isolated-1.25.0.x86_64.rpm
+ source = mongodb-compass-isolated-bin-1.25.0-3.rpm::https://github.com/mongodb-js/compass/releases/download/v1.25.0/mongodb-compass-isolated-1.25.0.x86_64.rpm
sha256sums = 9557301c59fbb2e5bf44d133d138b20d316fb22571527d9351ad086be195fcb3
pkgname = mongodb-compass-isolated-bin
diff --git a/PKGBUILD b/PKGBUILD
index f0b8cbfc9619..44c04a3fce76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _edition=' Isolated Edition'
pkgname="$_pkgname-bin"
_pkgver='1.25.0'
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'