summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2018-08-18 11:34:57 +0200
committerÓscar García Amor2018-08-18 11:34:57 +0200
commita3f63dcf7d23cffa266ec4465c2023a856e87997 (patch)
tree53465c6547dc61df6225d0f2d29c22280f216f1c
parent026cfae518927f138bbae90337751036fb3091d8 (diff)
downloadaur-a3f63dcf7d23cffa266ec4465c2023a856e87997.tar.gz
Updated to 1.14.7
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d97cbb4a5fd2..04dabd0c5969 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass
pkgdesc = The MongoDB GUI
- pkgver = 1.14.6
+ pkgver = 1.14.7
pkgrel = 1
url = https://www.mongodb.com/products/compass
arch = x86_64
@@ -13,8 +13,9 @@ pkgbase = mongodb-compass
depends = libxtst
depends = nss
optdepends = gnome-keyring
- source = https://downloads.mongodb.com/compass/mongodb-compass_1.14.6_amd64.deb
- sha256sums = 82a89cbf61d5ec530be37dbd9713a4e2addfe1c253947770cd9167bc96114345
+ noextract = mongodb-compass_1.14.7_amd64.deb
+ source = https://downloads.mongodb.com/compass/mongodb-compass_1.14.7_amd64.deb
+ sha256sums = ff07c3809b1b3dc212a5244ce3c225ac8a5877bf2f45014e2d92c86ddcac376f
pkgname = mongodb-compass
diff --git a/PKGBUILD b/PKGBUILD
index 6554de6563f4..52409932978e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=mongodb-compass
-pkgver=1.14.6
+pkgver=1.14.7
pkgrel=1
pkgdesc="The MongoDB GUI"
arch=('x86_64')
@@ -10,7 +10,8 @@ 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=('82a89cbf61d5ec530be37dbd9713a4e2addfe1c253947770cd9167bc96114345')
+noextract=("${pkgname}_${pkgver}_amd64.deb")
+sha256sums=('ff07c3809b1b3dc212a5244ce3c225ac8a5877bf2f45014e2d92c86ddcac376f')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}"*.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -