summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjaap aarts2017-11-14 16:30:23 +0100
committerjaap aarts2018-03-18 15:04:16 +0100
commitdc818df3f2aeaed601e15f3d2b0750a9bd88c02a (patch)
tree3f3458606c01357a4539d7ad9b54f06dd3821d25
parent70630a141c4e466ffb9517f00796ea30742c5f5a (diff)
downloadaur-dc818df3f2aeaed601e15f3d2b0750a9bd88c02a.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 381a980a961f..daac320b363b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,5 +28,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
}