summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2019-06-18 23:33:53 +0200
committerDaniel Peukert2019-06-18 23:33:53 +0200
commitbf2e5e02b0898fc7ac6ddd8ecec76d9c30dc74cd (patch)
tree9fe0a0feca85395036939f4ac299d5d3ca34c094
parent6fafca3015159c39ecedd598a9f5713cd000ad04 (diff)
downloadaur-bf2e5e02b0898fc7ac6ddd8ecec76d9c30dc74cd.tar.gz
Updated to 1.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bae4cbcdc6ad..33ae1388dd51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mongodb-compass-community
pkgdesc = The official GUI for MongoDB - Community Edition
pkgver = 1.18.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.mongodb.com/products/compass
arch = x86_64
license = custom
@@ -9,12 +9,10 @@ pkgbase = mongodb-compass-community
depends = gconf
depends = libxtst
depends = alsa-lib
- depends = gtk2
+ depends = gtk3
depends = libsecret
- depends = gcc-libs-multilib
depends = libxss
optdepends = gnome-keyring
- optdepends = libgnome-keyring
source = https://downloads.mongodb.com/compass/mongodb-compass-community-1.18.0.x86_64.rpm
sha256sums = df1f9f58986b48d76b7b38a352c0fc680543c55a44f7bba05bd1c14fdcff51cd
diff --git a/PKGBUILD b/PKGBUILD
index e2aba77ce8e6..c9dd8db0fb6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
pkgname='mongodb-compass-community'
pkgver='1.18.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='The official GUI for MongoDB - Community Edition'
arch=('x86_64')
url='https://www.mongodb.com/products/compass'
license=('custom')
-depends=('nss' 'gconf' 'libxtst' 'alsa-lib' 'gtk2' 'libsecret' 'gcc-libs-multilib' 'libxss')
-optdepends=('gnome-keyring' 'libgnome-keyring')
+depends=('nss' 'gconf' 'libxtst' 'alsa-lib' 'gtk3' 'libsecret' 'libxss')
+optdepends=('gnome-keyring')
source=('https://downloads.mongodb.com/compass/mongodb-compass-community-1.18.0.x86_64.rpm')
sha256sums=('df1f9f58986b48d76b7b38a352c0fc680543c55a44f7bba05bd1c14fdcff51cd')