summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2019-02-15 18:34:42 -0500
committerJames P. Harvey2019-02-21 20:07:36 -0500
commit6d31cb9a480d2e895358b280eebc9e46218fdbec (patch)
tree9964c3a1c6028b0c4a27b9b1295d9abd56c764cf
parent69c5b8dc7dbebfcbfdf83e795ed7ca2fbd2e4abe (diff)
downloadaur-6d31cb9a480d2e895358b280eebc9e46218fdbec.tar.gz
Change license from AGPL3 to SSPL, which applies to releases after October 16, 2018.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d65994dc51af..1c0e4ef3ea16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
+# Generated by mksrcinfo v8
+# Fri Feb 22 01:06:52 UTC 2019
pkgbase = mongodb
pkgdesc = A high-performance, open source, schema-free document-oriented database
pkgver = 4.0.6
pkgrel = 1
url = https://www.mongodb.com/
arch = x86_64
- license = AGPL3
+ license = custom:SSPL
checkdepends = python2-pymongo
makedepends = libpcap
makedepends = ncurses
diff --git a/PKGBUILD b/PKGBUILD
index f9e4fb4d937c..6d09691023e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: Fredy GarcĂ­a <frealgagu at gmail dot com>
+# Maintainer: James P. Harvey <jamespharvey20 at gmail dot com>
# Contributor: Felix Yan <felixonmars@archlinux.org>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
@@ -11,7 +12,7 @@ pkgrel=1
pkgdesc="A high-performance, open source, schema-free document-oriented database"
arch=("x86_64")
url="https://www.${pkgname}.com/"
-license=("AGPL3")
+license=("custom:SSPL")
depends=("curl" "libstemmer" "lsb-release" "pcre" "wiredtiger" "yaml-cpp")
optdepends=("${pkgname}-tools: mongoimport, mongodump, mongotop, etc")
makedepends=("libpcap" "ncurses" "python2-cheetah" "python2-regex" "python2-requests" "python2-setuptools" "python2-typing" "python2-yaml" "readline" "scons")
@@ -89,4 +90,5 @@ package() {
install -Dm644 "${srcdir}/${pkgname}.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
install -Dm644 "${srcdir}/${pkgname}.sysusers" "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
install -Dm644 "${srcdir}/${pkgname}.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+ install -Dm644 LICENSE-Community.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-Community.txt"
}