summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2018-04-05 20:27:29 +0200
committerÓscar García Amor2018-04-05 20:27:29 +0200
commit4e699765744c36523a85c8e004d49b1eaa387d9c (patch)
treece950704c13a098691deb46cea9e8f15a2161b30
parentc128770c3ab74c289b96d1c44b4b7e0b089cec45 (diff)
downloadaur-4e699765744c36523a85c8e004d49b1eaa387d9c.tar.gz
Updated to 1.12.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cfc0dca5c12..9fe675387b87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass
pkgdesc = The MongoDB GUI
- pkgver = 1.11.2
+ pkgver = 1.12.5
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.11.2_amd64.deb
- sha256sums = 149f4eab7641dbac2094c1e4b6c66e9039b2ba81ac6ab875913aa91a93e461b2
+ source = https://downloads.mongodb.com/compass/mongodb-compass_1.12.5_amd64.deb
+ sha256sums = 9e1fa34886bfade59ac1ca638bc9cb44e8db54c1010055f2ec83749b22e9a80e
pkgname = mongodb-compass
diff --git a/PKGBUILD b/PKGBUILD
index 4e089aba744c..091196582e9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=mongodb-compass
-pkgver=1.11.2
+pkgver=1.12.5
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=('149f4eab7641dbac2094c1e4b6c66e9039b2ba81ac6ab875913aa91a93e461b2')
+sha256sums=('9e1fa34886bfade59ac1ca638bc9cb44e8db54c1010055f2ec83749b22e9a80e')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}"*.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -