librsync: update to 2.3.2, add changelog and checkdepends.

Closes: #30170 [via git-merge-pr]
This commit is contained in:
mobinmob 2021-04-12 01:13:05 +03:00 committed by Andrew J. Hesford
parent 68407da621
commit 408d443871

View file

@ -1,16 +1,18 @@
# Template file for 'librsync'
pkgname=librsync
version=2.3.1
version=2.3.2
revision=1
build_style=cmake
hostmakedepends="perl"
makedepends="zlib-devel bzip2-devel popt-devel"
checkdepends="which perl"
short_desc="Library that implements the rsync remote-delta algorithm (rdiff)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="http://librsync.sourceforge.net/"
changelog="https://librsync.github.io/md_NEWS.html"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
checksum=dbd7eb643665691bdf4009174461463737b19b4814b789baad62914cabfe4569
checksum=ef8ce23df38d5076d25510baa2cabedffbe0af460d887d86c2413a1c2b0c676f
if [ "$CROSS_BUILD" ]; then
configure_args+=" -C disableRuntimeTests.cmake"