summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2020-09-19 21:44:40 +0200
committerÓscar García Amor2020-09-19 21:44:40 +0200
commit7402b0612c1bbec453d4c2864f855eb0d36ad281 (patch)
tree1eb4b27f6147d56ea18a340671a7520719d0eef0
parent86cd6519d4bceb909250f3ca8f809473f93cc7c3 (diff)
downloadaur-7402b0612c1bbec453d4c2864f855eb0d36ad281.tar.gz
upgpkg: mongodb-compass 1.22.1-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2373eed71d9..3252acef7263 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass
pkgdesc = The MongoDB GUI
- pkgver = 1.21.2
+ pkgver = 1.22.1
pkgrel = 1
url = https://www.mongodb.com/products/compass
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = mongodb-compass
depends = libxtst
depends = nss
optdepends = org.freedesktop.secrets
- noextract = mongodb-compass_1.21.2_amd64.deb
- source = https://downloads.mongodb.com/compass/mongodb-compass_1.21.2_amd64.deb
- sha256sums = 0cea6f1e3339e7eb184747e4de70b8494f03d3497f544b8b9ff2688cd89c16b0
+ noextract = mongodb-compass_1.22.1_amd64.deb
+ source = https://downloads.mongodb.com/compass/mongodb-compass_1.22.1_amd64.deb
+ sha256sums = a9e50002e2529e629a62a838e009c47e14aa36b5bcee7c292126c646b89072f1
pkgname = mongodb-compass
diff --git a/PKGBUILD b/PKGBUILD
index d56744130005..a8ce9c827a38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=mongodb-compass
-pkgver=1.21.2
+pkgver=1.22.1
pkgrel=1
pkgdesc="The MongoDB GUI"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('alsa-lib' 'gtk3' 'libsecret' 'libxss' 'libxtst' 'nss')
optdepends=('org.freedesktop.secrets')
source=("https://downloads.mongodb.com/compass/${pkgname}_${pkgver}_amd64.deb")
noextract=("${pkgname}_${pkgver}_amd64.deb")
-sha256sums=('0cea6f1e3339e7eb184747e4de70b8494f03d3497f544b8b9ff2688cd89c16b0')
+sha256sums=('a9e50002e2529e629a62a838e009c47e14aa36b5bcee7c292126c646b89072f1')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}"*.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -