parent
ac7ddd4b6f
commit
4c388eac0b
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=synergy
|
||||
version=1.8.8
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${version}-stable"
|
||||
wrksrc="${pkgname}-core-${version}-stable"
|
||||
build_style=cmake
|
||||
hostmakedepends="unzip pkg-config"
|
||||
makedepends="avahi-compat-libs-devel libcurl-devel
|
||||
|
@ -11,8 +11,8 @@ short_desc="Share a single mouse and keyboard between multiple computers"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://synergy-foss.org/"
|
||||
license="GPL-2"
|
||||
distfiles="https://github.com/symless/synergy/archive/v${version}-stable.tar.gz"
|
||||
checksum=85c388f93881d741981ce3c675e840a52a76883cb2cea1da306c0c453c5d7d9b
|
||||
distfiles="https://github.com/symless/synergy-core/archive/v${version}-stable.tar.gz"
|
||||
checksum=9ee45aabf9f77925bfab6248e713ae5d9e6bfe6bc246e4a0a6304dc6a30f5f14
|
||||
|
||||
CXXFLAGS="-pthread"
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
site=https://github.com/symless/synergy/tags
|
||||
site=https://github.com/symless/synergy-core/tags
|
||||
pattern="v\K[\d.]+(?=-stable)"
|
||||
|
|
Loading…
Reference in a new issue