summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatriel Müller2021-01-18 03:58:58 -0300
committerCatriel Müller2021-01-18 03:59:36 -0300
commit97708040d641b3925b098e4aa372902912f3b9c2 (patch)
treea95fe453049256cb72d7c82ebc1ddc3c5b838126
parentf2817481b559a79aabb85c38ab225f939bfb8096 (diff)
downloadaur-97708040d641b3925b098e4aa372902912f3b9c2.tar.gz
Removed Empty groups to make compatible with paru
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff7366cf2a86..d9d018eb669b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
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.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://symless.com/synergy
install = synergy1-bin.install
arch = x86_64
- groups =
license = unknown
depends = avahi>=0.6.16
depends = gcc-libs>=5.2
diff --git a/PKGBUILD b/PKGBUILD
index 0069723bd8fa..24a8da664da9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
# Maintainer: Catriel Müller <catriel at gmail dot com>
pkgname=synergy1-bin
pkgver=1.13.0
-pkgrel=1
+pkgrel=2
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')
url="https://symless.com/synergy"
license=('unknown')
-groups=('')
depends=('avahi>=0.6.16' 'gcc-libs>=5.2' 'glibc>=2.14' 'hicolor-icon-theme' 'libx11>=1.2.99.901' 'libxext' 'libxi>=1.2.99.4' 'libxtst' 'openssl>=1.1.0' 'qt5-base>=5.12.2')
conflicts=('synergy')
options=('!strip' '!emptydirs')