summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-01-18 13:53:09 +0100
committerOscar Morante2018-07-14 09:28:08 +0200
commit05fc80d66598f871bad27ba5f591555ada97609f (patch)
treea1691cd7b468ac5dcf1117a5c2883edd019f8731
parenta271f1f1ba80b5bf14277d21f75dccfeccb43f3f (diff)
downloadaur-05fc80d66598f871bad27ba5f591555ada97609f.tar.gz
add old beta warning
-rw-r--r--PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 900ed3156e35..4a1ff3d5bbea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,6 +63,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}"
}