summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-01-18 13:53:09 +0100
committerOscar Morante2018-01-18 13:54:21 +0100
commit780002d90a3467b52e64b8c58903842061c53a8d (patch)
tree607cda76d004171c16f832ae37690476e48b20a2
parent3703802ccf9d86d103a82143e56254d1992ceecc (diff)
downloadaur-780002d90a3467b52e64b8c58903842061c53a8d.tar.gz
add old beta warning
-rw-r--r--PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce654382b669..467d4c782dd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,6 +59,15 @@ extract-component() {
}
prepare() {
+ echo "************************************************************"
+ echo "*** ***"
+ echo "*** RIGHT NOW THE STABLE RELEASE IS NEWER! ***"
+ echo "*** ***"
+ echo "*** Edit this if you *really* want an old beta =] ***"
+ echo "*** otherwise go and install unity-editor ***"
+ echo "************************************************************"
+ return 1
+
chmod +x "${srcdir}/UnitySetup-${_version}${_build}"
}