summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjaap aarts2018-02-26 19:06:15 +0100
committerjaap aarts2018-03-18 15:04:16 +0100
commit99b27243e966a4b1819c11756bbc2c0990014b9d (patch)
tree4b5837f438fa39d549c0b9352c45f2d7efe70710
parentd844de075fa7c95c8458ccca115ad3fa3c4980a9 (diff)
downloadaur-99b27243e966a4b1819c11756bbc2c0990014b9d.tar.gz
\feb-26-2017/ updated to synergy 2.0.6
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f266a4ca784..142b799c024b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("https://binaries.symless.com/v2.0.6/synergy_2.0.6.stable~b1396%2B1ef57bb6_amd64.deb" "https://gist.githubusercontent.com/JAicewizard/a70388a3a7c52fef21299f961a652364/raw")
sha512sums_x86_64=('51fc30dd8a6250ab10a348f0122638bbdf995a08b67d7f308364b640ea79baace7b591424ddd5adf740d0fe70f98ce76e4039467a01993a37470f63964f7148e' "9c818d4f4929d156a6926336048cab4e398047037f45a177cdb71ede9c54d7b16992b7e5437999b2c72d3604c22092790e112abb234647abb0b34adf8e56b76b")
+package(){
ls
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"
@@ -27,5 +28,5 @@ sha512sums_x86_64=('51fc30dd8a6250ab10a348f0122638bbdf995a08b67d7f308364b640ea79
mkdir -p usr/lib 2> /dev/null; cp -r lib/* usr/lib; rm -rf lib
sed -i "s/{DISPLAY}/${DISPLAY}/g" "${pkgdir}/usr/lib/systemd/system/synergy.service"
cd ..
- tput setaf 1; echo "this is the beta package for the AUR, if you want to move to the stable builds go and download the synergy2 package. and make sure to remove this one."; tput sgr0
+ tput setaf 1; echo "\nthis is the beta package for the AUR, if you want to move to the stable builds go and download the synergy2 package. and make sure to remove this one."; tput sgr0
}