summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-10-12 01:26:22 +0200
committerDaniel Peukert2023-10-12 01:26:22 +0200
commit35b7eb96e8a2f0f27505c50eec09cdb2e97993c7 (patch)
tree3ae3a0d59261d7ab6d8c03bb4c5b597bc188c051
parentaf7974641cffe4f3b091b148ca99efe7d4a9a49f (diff)
downloadaur-35b7eb96e8a2f0f27505c50eec09cdb2e97993c7.tar.gz
Update mongodb-compass to 1.40.3, mongodb-compass-beta to 1.40.3-beta.4
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore28
-rw-r--r--PKGBUILD4
3 files changed, 19 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4730787b9e9c..683d1b9ef384 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass-readonly-beta-bin
pkgdesc = The official GUI for MongoDB - Readonly Edition - beta version - binary version
- pkgver = 1.40.2.beta.0
+ pkgver = 1.40.3.beta.4
pkgrel = 1
url = https://www.mongodb.com/products/compass
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = mongodb-compass-readonly-beta-bin
optdepends = org.freedesktop.secrets
provides = mongodb-compass-readonly-beta
conflicts = mongodb-compass-readonly-beta
- source = mongodb-compass-readonly-beta-bin-1.40.2.beta.0.rpm::https://downloads.mongodb.com/compass/beta/mongodb-compass-readonly-beta-1.40.2-beta.0.x86_64.rpm
- sha512sums = 09d3e93ba5a9af78b2043a5b57ff98628260eb93a2d26e6a4ef90aaf59065dff2032953948a8380f86b9df32428ecf2c70c7d604815e26ad2789d545ee6dd319
+ source = mongodb-compass-readonly-beta-bin-1.40.3.beta.4.rpm::https://downloads.mongodb.com/compass/beta/mongodb-compass-readonly-beta-1.40.3-beta.4.x86_64.rpm
+ sha512sums = a5c7a6ff05a9a5ffff70c14b0a8f4ed635182dc881d259055512ea67ecfa25a6cfb7472341178be8920d43e419bcfc98befc0ce7c91ccee60e393073952a3819
pkgname = mongodb-compass-readonly-beta-bin
diff --git a/.gitignore b/.gitignore
index 82b3c183d5d4..004b0a3a8706 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,14 @@
-# from https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
-*.tar
-*.tar.*
-*.rpm
-*.jar
-*.exe
-*.msi
-*.zip
-*.tgz
-*.log
-*.log.*
-*.sig
-
-*/
+# Only exclude files from the root of the package repo, as some AUR helpers download sources into the directory of the repo,
+# which causes the gitignore file to apply to them too, which breaks some builds
+# Based on https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
+/*.tar
+/*.tar.*
+/*.rpm
+/*.jar
+/*.exe
+/*.msi
+/*.zip
+/*.tgz
+/*.log
+/*.log.*
+/*.sig
diff --git a/PKGBUILD b/PKGBUILD
index 6f7e6fd5d5cc..80a2273451c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='mongodb-compass-readonly-beta'
_edition=' Readonly Beta'
pkgname="$_pkgname-bin"
-_pkgver='1.40.2-beta.0'
+_pkgver='1.40.3-beta.4'
pkgver="$(printf '%s' "$_pkgver" | tr '-' '.')"
pkgrel='1'
pkgdesc='The official GUI for MongoDB - Readonly Edition - beta version - binary version'
@@ -20,7 +20,7 @@ provides=("$_pkgname")
conflicts=("$_pkgname")
_betaprefix="$([[ "$_pkgname" =~ -beta$ ]] && printf 'beta/' || printf '')"
source=("$pkgname-$pkgver.rpm::https://downloads.mongodb.com/compass/$_betaprefix$_pkgname-$_pkgver.x86_64.rpm")
-sha512sums=('09d3e93ba5a9af78b2043a5b57ff98628260eb93a2d26e6a4ef90aaf59065dff2032953948a8380f86b9df32428ecf2c70c7d604815e26ad2789d545ee6dd319')
+sha512sums=('a5c7a6ff05a9a5ffff70c14b0a8f4ed635182dc881d259055512ea67ecfa25a6cfb7472341178be8920d43e419bcfc98befc0ce7c91ccee60e393073952a3819')
package() {
cd "$srcdir/"