summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjaap aarts2017-11-24 21:09:17 +0100
committerjaap aarts2018-03-18 15:04:16 +0100
commit701e07a30aba1212a238d02834d7bfc603675e1f (patch)
tree69ce063be9c2d391da3f9813a4b3ffd83b0aff7f
parentdc818df3f2aeaed601e15f3d2b0750a9bd88c02a (diff)
downloadaur-701e07a30aba1212a238d02834d7bfc603675e1f.tar.gz
\nov-24-2017/ new version 2.0.2.stable~b1046+665fa610
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ce4b75664a6..55d8d955ce07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = synergy2-bin
pkgdesc = Keyboard and mouse sharing solution. Synergy allows you to share one mouse and keyboard between multiple computers. Work seamlessly across Windows, macOS and Linux.
- pkgver = 2.0.1.stable~b1034+59dd93a0
+ pkgver = 2.0.2.stable~b1046+665fa610
pkgrel = 1
url = https://symless.com/synergy
install = synergy2-bin.install
@@ -23,8 +23,8 @@ pkgbase = synergy2-bin
conflicts = synergy2
options = !strip
options = !emptydirs
- source_x86_64 = https://www.dropbox.com/s/gnvp8gu27hzz2zc/synergy_2.0.1.stable-b1034%2B59dd93a0_amd64.deb?dl=1
- sha512sums_x86_64 = 12a5df374a941122d3dcbc1b9c43ef7b8b04b4f48a6d505f301fcfca6e32a42f3a2ea28d318babf413b85e8f5f0ab10380ae405f6aa7ee570c06a718a5b65148
+ source_x86_64 = https://www.dropbox.com/s/n2c75v5sq8x138e/synergy_2.0.2.stable~b1046%2B665fa610_amd64.deb?dl=1
+ sha512sums_x86_64 = b20fa6e5f0b1d928ed48ef6c03c5bcee623c71c1d17c659b35fb9aa1586a7def6e39537ed811318b954695f2cc5c5a0e528377a4f748619801842de07e3896e5
pkgname = synergy2-bin
diff --git a/PKGBUILD b/PKGBUILD
index daac320b363b..c7c44e4d360e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: jaap
# Contributor: jaap
pkgname=synergy2-bin
-pkgver=2.0.1.stable~b1034+59dd93a0
+pkgver=2.0.2.stable~b1046+665fa610
pkgrel=1
pkgdesc="Keyboard and mouse sharing solution. Synergy allows you to share one mouse and keyboard between multiple computers. Work seamlessly across Windows, macOS and Linux."
arch=('x86_64')
@@ -13,8 +13,8 @@ depends=('gcc>=5.2' 'bash-completion>=1.18.' 'gcc-libs>=3.0' 'hicolor-icon-theme
conflicts=('synergy' 'synergy2')
options=('!strip' '!emptydirs')
install=${pkgname}.install
-source_x86_64=("https://www.dropbox.com/s/gnvp8gu27hzz2zc/synergy_2.0.1.stable-b1034%2B59dd93a0_amd64.deb?dl=1")
-sha512sums_x86_64=('12a5df374a941122d3dcbc1b9c43ef7b8b04b4f48a6d505f301fcfca6e32a42f3a2ea28d318babf413b85e8f5f0ab10380ae405f6aa7ee570c06a718a5b65148')
+source_x86_64=("https://www.dropbox.com/s/n2c75v5sq8x138e/synergy_2.0.2.stable~b1046%2B665fa610_amd64.deb?dl=1")
+sha512sums_x86_64=('b20fa6e5f0b1d928ed48ef6c03c5bcee623c71c1d17c659b35fb9aa1586a7def6e39537ed811318b954695f2cc5c5a0e528377a4f748619801842de07e3896e5')
package(){
@@ -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
+ 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
}