summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuraj Fiala2016-05-22 08:00:31 +0200
committerJuraj Fiala2016-05-22 08:00:31 +0200
commitfe22031116cff1acae601e149eb90628de616a93 (patch)
tree9414d9fe59192e921b5c853392acce363c055e84
parent09734b894d533bb766c8064a57cfa5c2a1f5dd29 (diff)
downloadaur-fe22031116cff1acae601e149eb90628de616a93.tar.gz
Optimze the warning for 80-char wide terminals, clean it up.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5c5484658a3..ad2939c831e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun May 22 05:58:27 UTC 2016
+# Sun May 22 06:00:31 UTC 2016
pkgbase = unity-editor
pkgdesc = The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences.
pkgver = 5.3.4f1+20160503
diff --git a/PKGBUILD b/PKGBUILD
index 07f212b6bb6e..84d13d2a84f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,9 +50,9 @@ PKGEXT='.pkg.tar' # Prevent compressing of the final package
prepare() {
if [ "$(df . -BG --output=avail | awk -F'[^0-9]*' 'FNR==2 {print $2;}')" -le "10" ]; then
- warning "It seems that you have less than 10GB left. If you are using an AUR-Helper"
- warning "or building on a small partition (like /tmp), you might want to change the"
- warning "build-/cache-directory as this package is rather big"
+ warning "It seems that you have less than 10GB left. If you are using
+ an AUR-Helper or building on a small partition (like /tmp), you might
+ want to change the build-/cache-directory as this package is rather big."
fi
}