summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2021-10-21 20:21:56 +0800
committerlilac2021-10-21 20:21:56 +0800
commit84b6550a97f26e2bf384aecfee5c43a03d212210 (patch)
tree9adb284664cdb155ac9bf513710527e763fc639c /PKGBUILD
parent78979a0c229483d740b89bf1bbdf4cd4984ca0e6 (diff)
downloadaur-84b6550a97f26e2bf384aecfee5c43a03d212210.tar.gz
[lilac] updated to 20211021.r4088.940e2ecd2-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbcd261f8830..b2fdb4b20a33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@
_pkgname=synergy
pkgname=$_pkgname-git
-pkgver=20210901.r4054.d4bd00489
-pkgrel=1
+pkgver=20211021.r4088.940e2ecd2
+pkgrel=2
pkgdesc='Share a single mouse and keyboard between multiple computers'
url='http://synergy-foss.org'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -55,7 +55,9 @@ check() {
# Run tests
cd $_pkgname
./bin/unittests
- xvfb-run --auto-display ./bin/integtests
+ # Integration tests on Linux are broken
+ # https://github.com/symless/synergy-core/issues/7106
+ #xvfb-run --auto-display ./bin/integtests
}
package() {