summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2018-07-20 13:26:08 +0200
committerÓscar García Amor2018-07-20 13:26:08 +0200
commit026cfae518927f138bbae90337751036fb3091d8 (patch)
treee4fe937cfa59885f6f9159dd7dd2d2847654647d
parent5753b48b30e142c9f87aa4f7663defc8801d7693 (diff)
downloadaur-026cfae518927f138bbae90337751036fb3091d8.tar.gz
Updated to 1.14.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7729f10977c6..d97cbb4a5fd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass
pkgdesc = The MongoDB GUI
- pkgver = 1.14.5
+ pkgver = 1.14.6
pkgrel = 1
url = https://www.mongodb.com/products/compass
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = mongodb-compass
depends = libxtst
depends = nss
optdepends = gnome-keyring
- source = https://downloads.mongodb.com/compass/mongodb-compass_1.14.5_amd64.deb
- sha256sums = 9c8239a8b9ee321835aaeb67187d4aa0119342b9ffb176e57d1c985b652e3c16
+ source = https://downloads.mongodb.com/compass/mongodb-compass_1.14.6_amd64.deb
+ sha256sums = 82a89cbf61d5ec530be37dbd9713a4e2addfe1c253947770cd9167bc96114345
pkgname = mongodb-compass
diff --git a/PKGBUILD b/PKGBUILD
index d75a3c310e70..6554de6563f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=mongodb-compass
-pkgver=1.14.5
+pkgver=1.14.6
pkgrel=1
pkgdesc="The MongoDB GUI"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('custom')
depends=('alsa-lib' 'gconf' 'gtk2' 'libsecret' 'libxss' 'libxtst' 'nss')
optdepends=('gnome-keyring')
source=("https://downloads.mongodb.com/compass/${pkgname}_${pkgver}_amd64.deb")
-sha256sums=('9c8239a8b9ee321835aaeb67187d4aa0119342b9ffb176e57d1c985b652e3c16')
+sha256sums=('82a89cbf61d5ec530be37dbd9713a4e2addfe1c253947770cd9167bc96114345')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}"*.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -