summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2018-08-23 20:01:51 +0200
committerÓscar García Amor2018-08-23 20:01:51 +0200
commit938c30fd54d6e3b6420ac9e1fae91fd8689c48c4 (patch)
treeb185360e3d625c94ed3cb9dc307549cde9f09a8a
parenta3f63dcf7d23cffa266ec4465c2023a856e87997 (diff)
downloadaur-938c30fd54d6e3b6420ac9e1fae91fd8689c48c4.tar.gz
Updated to 1.15.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04dabd0c5969..ff6adb2ecbce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass
pkgdesc = The MongoDB GUI
- pkgver = 1.14.7
+ pkgver = 1.15.0
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.14.7_amd64.deb
- source = https://downloads.mongodb.com/compass/mongodb-compass_1.14.7_amd64.deb
- sha256sums = ff07c3809b1b3dc212a5244ce3c225ac8a5877bf2f45014e2d92c86ddcac376f
+ noextract = mongodb-compass_1.15.0_amd64.deb
+ source = https://downloads.mongodb.com/compass/mongodb-compass_1.15.0_amd64.deb
+ sha256sums = b180d8db5badc64adefbfc5f0d2cd3516692082b825887163a892b1679f3c8c3
pkgname = mongodb-compass
diff --git a/PKGBUILD b/PKGBUILD
index 52409932978e..2113fac8fe01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=mongodb-compass
-pkgver=1.14.7
+pkgver=1.15.0
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=('ff07c3809b1b3dc212a5244ce3c225ac8a5877bf2f45014e2d92c86ddcac376f')
+sha256sums=('b180d8db5badc64adefbfc5f0d2cd3516692082b825887163a892b1679f3c8c3')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}"*.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -