summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorScott Marshall2022-12-16 02:16:15 -0500
committerScott Marshall2022-12-16 02:16:15 -0500
commit67f22db58a8e7318b9c86885ab4d3685948ce37f (patch)
tree788e6bef0d344c0912e549399449eca814c1bcb1 /PKGBUILD
parent9d98fb67f0e672bcb80e0e1b95655f4bfa81cfee (diff)
downloadaur-67f22db58a8e7318b9c86885ab4d3685948ce37f.tar.gz
Update to 1.14.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be23aa723382..f1eceb1d80ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
+# Maintainer: Scott Marshall <marshals@gmail.com>
# Contributor: Catriel Müller <catriel at gmail dot com>
-_dlhash=a975f61a
+_dlhash=88fdd263
pkgname=synergy1-bin
-pkgver=1.14.5
+pkgver=1.14.6
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')
@@ -12,9 +13,11 @@ depends=(
'gcc-libs>=5.2'
'glibc>=2.14'
'hicolor-icon-theme'
+ 'libnotify>=0.8'
'libx11>=1.2.99.901'
'libxext'
'libxi>=1.2.99.4'
+ 'libxkbfile>=1.1.2'
'libxtst'
'openssl>=1.1.0'
'qt5-base>=5.12.2'
@@ -24,15 +27,15 @@ options=('!strip' '!emptydirs')
install=${pkgname}.install
source=(
- "https://binaries.symless.com/synergy/v1-core-standard/${pkgver}-stable.${_dlhash}/synergy_${pkgver}-stable.${_dlhash}_ubuntu20_amd64.deb"
+ "https://s3.us-east-1.amazonaws.com/binaries.symless.com/synergy/v1-core-standard/${pkgver}-snapshot.${_dlhash}/synergy_${pkgver}-snapshot.${_dlhash}_ubuntu20_amd64.deb"
)
sha256sums=(
- 'f4937d7235f8bb9cd7c8fc95ce5f132d75f3304268af2578d58b7aa8afd5dbc0'
+ '557e6af94660e997edd704df88bb364db9dcd4be844855981fcc53f5497a5e6f'
)
package() {
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"
install -D -m644 "${pkgdir}/usr/share/doc/synergy/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
+} \ No newline at end of file