summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2018-12-11 09:02:59 +0100
committerÓscar García Amor2018-12-11 09:02:59 +0100
commitb5b1a42260b4fdae4ddc3bc80e630734419278d2 (patch)
tree5b2824e9b1462b7e14a4e59ece79af309655790c
parent393cb7ed53855fe15681241bc6569e5f8c7ab7f3 (diff)
downloadaur-b5b1a42260b4fdae4ddc3bc80e630734419278d2.tar.gz
Updated to 1.16.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3299752a9df3..cc2fabb3baf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass
pkgdesc = The MongoDB GUI
- pkgver = 1.15.4
+ pkgver = 1.16.3
pkgrel = 1
url = https://www.mongodb.com/products/compass
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = mongodb-compass
depends = libxtst
depends = nss
optdepends = gnome-keyring
- noextract = mongodb-compass_1.15.4_amd64.deb
- source = https://downloads.mongodb.com/compass/mongodb-compass_1.15.4_amd64.deb
- sha256sums = 2b5b046e44eec550db51a2520fb9755f394fa06c5e7e9b78157d84df8abc07df
+ noextract = mongodb-compass_1.16.3_amd64.deb
+ source = https://downloads.mongodb.com/compass/mongodb-compass_1.16.3_amd64.deb
+ sha256sums = e6493486bb91f5f3352a451d5d535f7f5d211d6b02ad3bb00b8c1741689ac020
pkgname = mongodb-compass
diff --git a/PKGBUILD b/PKGBUILD
index 73ba8fe52724..3457d51da5a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=mongodb-compass
-pkgver=1.15.4
+pkgver=1.16.3
pkgrel=1
pkgdesc="The MongoDB GUI"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('alsa-lib' 'gconf' 'gtk2' 'libsecret' 'libxss' 'libxtst' 'nss')
optdepends=('gnome-keyring')
source=("https://downloads.mongodb.com/compass/${pkgname}_${pkgver}_amd64.deb")
noextract=("${pkgname}_${pkgver}_amd64.deb")
-sha256sums=('2b5b046e44eec550db51a2520fb9755f394fa06c5e7e9b78157d84df8abc07df')
+sha256sums=('e6493486bb91f5f3352a451d5d535f7f5d211d6b02ad3bb00b8c1741689ac020')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}"*.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -