summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Marshall2022-12-16 02:16:15 -0500
committerScott Marshall2022-12-16 02:16:15 -0500
commit67f22db58a8e7318b9c86885ab4d3685948ce37f (patch)
tree788e6bef0d344c0912e549399449eca814c1bcb1
parent9d98fb67f0e672bcb80e0e1b95655f4bfa81cfee (diff)
downloadaur-67f22db58a8e7318b9c86885ab4d3685948ce37f.tar.gz
Update to 1.14.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1468480a0511..8fcd6155f18c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = synergy1-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 = 1.14.5
+ pkgver = 1.14.6
pkgrel = 1
url = https://symless.com/synergy
install = synergy1-bin.install
@@ -10,16 +10,18 @@ pkgbase = synergy1-bin
depends = gcc-libs>=5.2
depends = glibc>=2.14
depends = hicolor-icon-theme
+ depends = libnotify>=0.8
depends = libx11>=1.2.99.901
depends = libxext
depends = libxi>=1.2.99.4
+ depends = libxkbfile>=1.1.2
depends = libxtst
depends = openssl>=1.1.0
depends = qt5-base>=5.12.2
conflicts = synergy
options = !strip
options = !emptydirs
- source = https://binaries.symless.com/synergy/v1-core-standard/1.14.5-stable.a975f61a/synergy_1.14.5-stable.a975f61a_ubuntu20_amd64.deb
- sha256sums = f4937d7235f8bb9cd7c8fc95ce5f132d75f3304268af2578d58b7aa8afd5dbc0
+ source = https://s3.us-east-1.amazonaws.com/binaries.symless.com/synergy/v1-core-standard/1.14.6-snapshot.88fdd263/synergy_1.14.6-snapshot.88fdd263_ubuntu20_amd64.deb
+ sha256sums = 557e6af94660e997edd704df88bb364db9dcd4be844855981fcc53f5497a5e6f
pkgname = synergy1-bin
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