summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2019-09-12 13:51:02 +1000
committerJP-Ellis2019-09-12 13:51:02 +1000
commit6510f1c3dbd97c57e37776d20ab895c9508ccbfc (patch)
treef6f6e99542b7c0211deadc4cbe2f4113942ffb98
parent036660f604af3aac39ca802e1dc5f38fd02bec85 (diff)
downloadaur-6510f1c3dbd97c57e37776d20ab895c9508ccbfc.tar.gz
Update the space warning estimates
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ddb49e80b46..7f1b83845e08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -98,7 +98,7 @@ options=("!strip")
PKGEXT='.pkg.tar'
prepare() {
- warning "Building Mathematica takes more than 13GB of space."
+ warning "Building Mathematica takes more than 18GiB of space for `makepkg`, and another 9GiB for the pkg tarball."
warning "Building in a tmpfs (e.g. /tmp when mounted into RAM) may not work."
if [ $(echo "${srcdir}" | wc -w) -ne 1 ]; then