From dfea8c3d6db01cc768a27b99b1a7d8fee339f264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 12 May 2020 22:18:55 +0200 Subject: [PATCH] csync: fix distfile and checksum; xlint --- srcpkgs/csync/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/csync/template b/srcpkgs/csync/template index 9cd351dd68..0cb1bad303 100644 --- a/srcpkgs/csync/template +++ b/srcpkgs/csync/template @@ -7,12 +7,12 @@ configure_args="-DSYSCONF_INSTALL_DIR=/etc" conf_files="/etc/csync/csync.conf /etc/csync/csync_exclude.conf" hostmakedepends="pkg-config asciidoc" makedepends="sqlite-devel libssh-devel samba-devel neon-devel" -short_desc="A client only bidirectional file synchronizer" +short_desc="Client only bidirectional file synchronizer" maintainer="Diogo Leal " -license="GPL-2" -homepage="http://csync.org" -distfiles="http://git.csync.org/projects/csync.git/snapshot/csync-${version}.tar.bz2" -checksum=72e95f6924ca01783afcfc9c68d416a50e0bec979cf4e1fc414df352210d6a0f +license="GPL-2.0-only" +homepage="https://csync.org/" +distfiles="https://gentoo.osuosl.org/distfiles/3e/csync-${version}.tar.xz" +checksum=c07526942a93c1e213d354dc45fd61fbc0430c60e109e7a2f0fcaf6213a45c86 pre_configure() { sed -i cmake/Modules/DefineCompilerFlags.cmake \