summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjaap aarts2017-11-14 16:30:23 +0100
committerjaap aarts2018-03-18 15:04:16 +0100
commit6beb47208485155dc735fbaeb72504ac49c1bcfc (patch)
tree7288c636c2e7a8ae4cd18ff27b4945c435c94b99
parent435243d3345a2b25856e645be357f978ba91985d (diff)
downloadaur-6beb47208485155dc735fbaeb72504ac49c1bcfc.tar.gz
\nov-14-2017/ added warning about new stable version
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88edd4485950..492b3f2ae072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,5 +34,5 @@ package(){
mkdir -p usr/lib 2> /dev/null; cp -r lib/* usr/lib; rm -rf lib
cd ..
-
+ tput setaf 1; echo "this is the beta package for the AUR, if you want to stay on the stable builds go and download the synergy2 package. and make sure to remove this one."; tput sgr0
}