summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2018-09-03 11:26:28 +0200
committerÓscar García Amor2018-09-03 11:26:28 +0200
commite06d3526ba7e0f2137e39a7616107fe17c52f7fb (patch)
tree1f897467f46f6ec8fe2f4e87882ff758dfc23a80
parent938c30fd54d6e3b6420ac9e1fae91fd8689c48c4 (diff)
downloadaur-e06d3526ba7e0f2137e39a7616107fe17c52f7fb.tar.gz
Updated to 1.15.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff6adb2ecbce..5e626aca5473 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass
pkgdesc = The MongoDB GUI
- pkgver = 1.15.0
+ pkgver = 1.15.1
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.0_amd64.deb
- source = https://downloads.mongodb.com/compass/mongodb-compass_1.15.0_amd64.deb
- sha256sums = b180d8db5badc64adefbfc5f0d2cd3516692082b825887163a892b1679f3c8c3
+ noextract = mongodb-compass_1.15.1_amd64.deb
+ source = https://downloads.mongodb.com/compass/mongodb-compass_1.15.1_amd64.deb
+ sha256sums = e438e3d9ab85c0480712a9cb4c82095d4e5d7009161cd5dff8be616c8df537f9
pkgname = mongodb-compass
diff --git a/PKGBUILD b/PKGBUILD
index 2113fac8fe01..da23bb76a151 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=mongodb-compass
-pkgver=1.15.0
+pkgver=1.15.1
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=('b180d8db5badc64adefbfc5f0d2cd3516692082b825887163a892b1679f3c8c3')
+sha256sums=('e438e3d9ab85c0480712a9cb4c82095d4e5d7009161cd5dff8be616c8df537f9')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}"*.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -