summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar García Amor2017-10-19 15:28:46 +0200
committerÓscar García Amor2017-10-19 15:28:46 +0200
commit586d9feb3e64ca98949dfa84fd21da948b5e49c4 (patch)
tree58e6997c676fd9d02fc61a7ad637751f18f2127d
parent09ed47fcb4a26936f38f166c847386cdf6b2ed39 (diff)
downloadaur-586d9feb3e64ca98949dfa84fd21da948b5e49c4.tar.gz
Fix depends and updated to 1.9.0
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08b1ff0beeb3..d50a0b527376 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,27 +1,20 @@
pkgbase = mongodb-compass
pkgdesc = The MongoDB GUI
- pkgver = 1.8.2
+ pkgver = 1.9.0
pkgrel = 1
url = https://www.mongodb.com/products/compass
arch = x86_64
license = custom
depends = alsa-lib
- depends = expat
depends = gconf
depends = gtk2
- depends = gvfs
- depends = hunspell
- depends = hunspell-en
- depends = libcurl-compat
- depends = libgcrypt
- depends = libgnome-keyring
- depends = libnotify
+ depends = libsecret
depends = libxss
depends = libxtst
- depends = xdg-utils
+ depends = nss
optdepends = gnome-keyring
- source = https://downloads.mongodb.com/compass/mongodb-compass_1.8.2_amd64.deb
- sha256sums = 7dd08b64081c426bcb05d4f3683ad9d6cbf51898fb456f0410564b7874144bcb
+ source = https://downloads.mongodb.com/compass/mongodb-compass_1.9.0_amd64.deb
+ sha256sums = 6feae50b78b73259abf43f7aa329746af1934b36e0e397955fd231c7397af81a
pkgname = mongodb-compass
diff --git a/PKGBUILD b/PKGBUILD
index 038830e2eed5..38652063cfd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: "Amhairghin" Oscar Garcia Amor (https://ogarcia.me)
pkgname=mongodb-compass
-pkgver=1.8.2
+pkgver=1.9.0
pkgrel=1
pkgdesc="The MongoDB GUI"
arch=('x86_64')
url="https://www.mongodb.com/products/compass"
license=('custom')
-depends=('alsa-lib' 'expat' 'gconf' 'gtk2' 'gvfs' 'hunspell' 'hunspell-en' 'libcurl-compat' 'libgcrypt' 'libgnome-keyring' 'libnotify' 'libxss' 'libxtst' 'xdg-utils')
+depends=('alsa-lib' 'gconf' 'gtk2' 'libsecret' 'libxss' 'libxtst' 'nss')
optdepends=('gnome-keyring')
source=("https://downloads.mongodb.com/compass/${pkgname}_${pkgver}_amd64.deb")
-sha256sums=('7dd08b64081c426bcb05d4f3683ad9d6cbf51898fb456f0410564b7874144bcb')
+sha256sums=('6feae50b78b73259abf43f7aa329746af1934b36e0e397955fd231c7397af81a')
package() {
bsdtar -O -xf "${pkgname}_${pkgver}"*.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -