mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
librsync: update to 2.3.2, add changelog and checkdepends.
Closes: #30170 [via git-merge-pr]
This commit is contained in:
parent
68407da621
commit
408d443871
1 changed files with 4 additions and 2 deletions
|
@ -1,16 +1,18 @@
|
||||||
# Template file for 'librsync'
|
# Template file for 'librsync'
|
||||||
pkgname=librsync
|
pkgname=librsync
|
||||||
version=2.3.1
|
version=2.3.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="zlib-devel bzip2-devel popt-devel"
|
makedepends="zlib-devel bzip2-devel popt-devel"
|
||||||
|
checkdepends="which perl"
|
||||||
short_desc="Library that implements the rsync remote-delta algorithm (rdiff)"
|
short_desc="Library that implements the rsync remote-delta algorithm (rdiff)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://librsync.sourceforge.net/"
|
homepage="http://librsync.sourceforge.net/"
|
||||||
|
changelog="https://librsync.github.io/md_NEWS.html"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=dbd7eb643665691bdf4009174461463737b19b4814b789baad62914cabfe4569
|
checksum=ef8ce23df38d5076d25510baa2cabedffbe0af460d887d86c2413a1c2b0c676f
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" -C disableRuntimeTests.cmake"
|
configure_args+=" -C disableRuntimeTests.cmake"
|
||||||
|
|
Loading…
Add table
Reference in a new issue