summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2017-11-20 14:36:58 +0100
committerÓscar García Amor2017-11-20 14:36:58 +0100
commit6bf5ea71b29c312e317a8c4ee03f454983b3e176 (patch)
tree7ec6789c8929b7f54f5a72fda25f8b8728da5a07
parent8ee1cd9bdcb1458f180caddc4eada78dcfb0cc29 (diff)
downloadaur-6bf5ea71b29c312e317a8c4ee03f454983b3e176.tar.gz
Updated to 1.10.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1158dfaa3e7..d4680650ba93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass
pkgdesc = The MongoDB GUI
- pkgver = 1.10.7
+ pkgver = 1.10.8
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.10.7_amd64.deb
- sha256sums = 2b11dd6b52facaa4bb5895cc2bd43cba95ad0b5ed7a40b1a38d63332c06d090a
+ source = https://downloads.mongodb.com/compass/mongodb-compass_1.10.8_amd64.deb
+ sha256sums = defba6db131f19fe154caf055bdc1531dcad93e2e7e0e1ca8f65e662ecadc460
pkgname = mongodb-compass
diff --git a/PKGBUILD b/PKGBUILD
index 200220311fe9..3591d53900e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=mongodb-compass
-pkgver=1.10.7
+pkgver=1.10.8
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=('2b11dd6b52facaa4bb5895cc2bd43cba95ad0b5ed7a40b1a38d63332c06d090a')
+sha256sums=('defba6db131f19fe154caf055bdc1531dcad93e2e7e0e1ca8f65e662ecadc460')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}"*.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -