synergy: fix distfile

Closes: #9127 [via git-merge-pr]
This commit is contained in:
John 2017-11-12 18:05:51 +01:00 committed by Toyam Cox
parent ac7ddd4b6f
commit 4c388eac0b
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
pkgname=synergy pkgname=synergy
version=1.8.8 version=1.8.8
revision=2 revision=2
wrksrc="${pkgname}-${version}-stable" wrksrc="${pkgname}-core-${version}-stable"
build_style=cmake build_style=cmake
hostmakedepends="unzip pkg-config" hostmakedepends="unzip pkg-config"
makedepends="avahi-compat-libs-devel libcurl-devel 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>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://synergy-foss.org/" homepage="http://synergy-foss.org/"
license="GPL-2" license="GPL-2"
distfiles="https://github.com/symless/synergy/archive/v${version}-stable.tar.gz" distfiles="https://github.com/symless/synergy-core/archive/v${version}-stable.tar.gz"
checksum=85c388f93881d741981ce3c675e840a52a76883cb2cea1da306c0c453c5d7d9b checksum=9ee45aabf9f77925bfab6248e713ae5d9e6bfe6bc246e4a0a6304dc6a30f5f14
CXXFLAGS="-pthread" CXXFLAGS="-pthread"

View File

@ -1,2 +1,2 @@
site=https://github.com/symless/synergy/tags site=https://github.com/symless/synergy-core/tags
pattern="v\K[\d.]+(?=-stable)" pattern="v\K[\d.]+(?=-stable)"