summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-10-08 12:02:28 +0200
committerDaniel Peukert2023-10-08 12:02:28 +0200
commit2df1f35d265b252360ed108a0c32114191b61130 (patch)
tree84c6d65ef165f761381e339275b32e07b9d5d0ee
parentb888e66a281795e28df73489bd9f7c19aa715e85 (diff)
downloadaur-2df1f35d265b252360ed108a0c32114191b61130.tar.gz
Fix mongodb-compass build correctly
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore28
-rw-r--r--PKGBUILD2
3 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 522f5ec25f5a..3a96e05120ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongodb-compass-readonly-git
pkgdesc = The official GUI for MongoDB - Readonly Edition - git version
- pkgver = r16338.g524975291
+ pkgver = r16339.ga3f3579cc
pkgrel = 1
epoch = 1
url = https://www.mongodb.com/products/compass
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 3ba4f5bdbd41..04b638d77fbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _target='compass-readonly'
_edition=' Readonly'
_pkgname="mongodb-$_target"
pkgname="$_pkgname-git"
-pkgver='r16338.g524975291'
+pkgver='r16339.ga3f3579cc'
pkgrel='1'
epoch='1'
pkgdesc='The official GUI for MongoDB - Readonly Edition - git version'