Skip to content

Instantly share code, notes, and snippets.

@FredDeschenes
Created March 12, 2018 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FredDeschenes/23f225d7c349be93e3317efb89e948b9 to your computer and use it in GitHub Desktop.
Save FredDeschenes/23f225d7c349be93e3317efb89e948b9 to your computer and use it in GitHub Desktop.
diff --git a/.SRCINFO b/.SRCINFO
index ef59fa8..c037066 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,7 @@ pkgbase = synergy2
conflicts = synergy2-bin
options = !strip
options = !emptydirs
- source_x86_64 = https://binaries.symless.com/v2.0.7/synergy_2.0.7.stable_b1477+e4d1ed68_amd64.deb
+ source_x86_64 = https://binaries.symless.com/v2.0.7/synergy_2.0.7.stable_b1477%2Be4d1ed68_amd64.deb
source_x86_64 = https://gist.githubusercontent.com/JAicewizard/a70388a3a7c52fef21299f961a652364/raw
sha512sums_x86_64 = 4c1b9b87c4b33d894bad30f6c040507fb491ebf7e51d341d53b2d4fd2db278e405e5defa5c823ff6dc55313f6b34e15a1d283116cef18fbfa986883d9d0a92c9
sha512sums_x86_64 = 9c818d4f4929d156a6926336048cab4e398047037f45a177cdb71ede9c54d7b16992b7e5437999b2c72d3604c22092790e112abb234647abb0b34adf8e56b76b
diff --git a/PKGBUILD b/PKGBUILD
index fc9c970..68d619b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('gcc>=5.2' 'bash-completion>=1.18.' 'gcc-libs>=3.0' 'hicolor-icon-theme
conflicts=('synergy' 'synergy2-bin')
options=('!strip' '!emptydirs')
install=${pkgname}.install
-source_x86_64=("https://binaries.symless.com/v2.0.7/synergy_2.0.7.stable_b1477+e4d1ed68_amd64.deb" "https://gist.githubusercontent.com/JAicewizard/a70388a3a7c52fef21299f961a652364/raw")
+source_x86_64=("https://binaries.symless.com/v2.0.7/synergy_2.0.7.stable_b1477%2Be4d1ed68_amd64.deb" "https://gist.githubusercontent.com/JAicewizard/a70388a3a7c52fef21299f961a652364/raw")
sha512sums_x86_64=('4c1b9b87c4b33d894bad30f6c040507fb491ebf7e51d341d53b2d4fd2db278e405e5defa5c823ff6dc55313f6b34e15a1d283116cef18fbfa986883d9d0a92c9' "9c818d4f4929d156a6926336048cab4e398047037f45a177cdb71ede9c54d7b16992b7e5437999b2c72d3604c22092790e112abb234647abb0b34adf8e56b76b")
package(){
ls
@jtraulle
Copy link

😍 thanks man

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment