summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustKidding2024-01-28 16:15:25 -0500
committerJustKidding2024-01-28 16:15:25 -0500
commit63f45ad09c08fb59f949f4447a0afc680550a492 (patch)
tree1d1f6207635d5b4bcf946cd57634fcaa0dc3d756
parente3d1da55c36658947b2b574dde767d1522641e46 (diff)
downloadaur-63f45ad09c08fb59f949f4447a0afc680550a492.tar.gz
upgpkg: mongodb 7.0.5-1
upstream release
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c4a4ba287a3..140d48a3f369 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = mongodb
pkgdesc = A high-performance, open source, schema-free document-oriented database
- pkgver = 7.0.4
+ pkgver = 7.0.5
pkgrel = 1
url = https://www.mongodb.com/
arch = x86_64
- license = Apache
- license = custom:SSPL1
+ arch = aarch64
+ license = SSPL-1.0
makedepends = python-psutil
makedepends = python-setuptools
makedepends = python-regex
@@ -24,20 +24,22 @@ pkgbase = mongodb
depends = libunwind
optdepends = mongodb-tools: mongoimport, mongodump, mongotop, etc
optdepends = mongosh: interactive shell to connect with MongoDB
- provides = mongodb=7.0.4
+ provides = mongodb=7.0.5
options = !debug
backup = etc/mongodb.conf
- source = https://fastdl.mongodb.org/src/mongodb-src-r7.0.4.tar.gz
+ source = https://fastdl.mongodb.org/src/mongodb-src-r7.0.5.tar.gz
source = mongodb.sysusers
source = mongodb.tmpfiles
source = mongodb-5.0.2-skip-reqs-check.patch
source = mongodb-5.0.2-no-compass.patch
source = mongodb-7.0.2-sconstruct.patch
- sha256sums = 8d4fa3c01a1dc97f04e2e51d2a9e661e60bfddb674a8902336ba00e09d74c123
+ sha256sums = 68b43633c0b104cdf05af0403af57e5b16117485e2c0f1df90e18d2dc5d2e253
sha256sums = 3757d548cfb0e697f59b9104f39a344bb3d15f802608085f838cb2495c065795
sha256sums = b7d18726225cd447e353007f896ff7e4cbedb2f641077bce70ab9d292e8f8d39
sha256sums = 4ff40320e04bf8c3e05cbc662f8ea549a6b8494d1fda64b1de190c88587bfafd
sha256sums = 41b75d19ed7c4671225f08589e317295b7abee934b876859c8777916272f3052
sha256sums = 078d94d712c3bb86a77d13bf2021299f4db2332c9d5346dba1ceb0cce1ba8492
+ source_aarch64 = extrapatch-sconstruct.patch
+ sha256sums_aarch64 = 6dd9f20e153ff2a3e185d9411e9d9ec54ba8ed29a0a1489828ccb047205cceac
pkgname = mongodb
diff --git a/PKGBUILD b/PKGBUILD
index 36f9d65f0320..74e7dd513693 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,12 +13,12 @@
pkgname=mongodb
_pkgname=mongodb
# #.<odd number>.# releases are unstable development/testing
-pkgver=7.0.4
+pkgver=7.0.5
pkgrel=1
pkgdesc="A high-performance, open source, schema-free document-oriented database"
-arch=("x86_64")
+arch=("x86_64" "aarch64")
url="https://www.mongodb.com/"
-license=("Apache" "custom:SSPL1")
+license=("SSPL-1.0")
depends=('libstemmer' 'snappy' 'boost-libs' 'pcre2' 'yaml-cpp' 'gperftools' 'libunwind')
makedepends=('python-psutil' 'python-setuptools' 'python-regex' 'python-cheetah3'
'python-yaml' 'python-requests' 'python-pymongo' 'boost' 'mongo-c-driver')
@@ -33,7 +33,7 @@ source=("https://fastdl.mongodb.org/src/mongodb-src-r$pkgver.tar.gz"
mongodb-5.0.2-skip-reqs-check.patch
mongodb-5.0.2-no-compass.patch
mongodb-7.0.2-sconstruct.patch)
-sha256sums=('8d4fa3c01a1dc97f04e2e51d2a9e661e60bfddb674a8902336ba00e09d74c123'
+sha256sums=('68b43633c0b104cdf05af0403af57e5b16117485e2c0f1df90e18d2dc5d2e253'
'3757d548cfb0e697f59b9104f39a344bb3d15f802608085f838cb2495c065795'
'b7d18726225cd447e353007f896ff7e4cbedb2f641077bce70ab9d292e8f8d39'
'4ff40320e04bf8c3e05cbc662f8ea549a6b8494d1fda64b1de190c88587bfafd'