librsync: update to 1.0.0

Closes #2283
This commit is contained in:
Jürgen Buchmüller 2015-08-17 10:39:28 +02:00
parent 1ae3773a4c
commit 553a0ec77d
3 changed files with 10 additions and 6 deletions

View file

@ -1376,7 +1376,7 @@ libobjfw.so.6 objfw-0.7.1_1
libphorward.so.0 libphorward-0.17_1
libusbip.so.0 libusbip-3.10_1
libcpupower.so.0 libcpupower-3.10_1
librsync.so.1 librsync-0.9.7_1
librsync.so.2 librsync-1.0.0_1
libserf-1.so.1 serf-1.3.6_1
libmpdclient.so.2 libmpdclient-0.28_1
libmcrypt.so.4 libmcrypt-2.5.8_1

View file

@ -1,7 +1,7 @@
# Template file for 'duplicity'
pkgname=duplicity
version=0.7.03
revision=1
revision=2
build_style="python-module"
hostmakedepends="python-setuptools"
makedepends="python-devel librsync-devel"

View file

@ -1,17 +1,21 @@
# Template file for 'librsync'
pkgname=librsync
version=0.9.7
revision=4
version=1.0.0
revision=1
build_style=gnu-configure
configure_args="--enable-shared"
hostmakedepends="automake libtool"
makedepends="zlib-devel bzip2-devel popt-devel"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://librsync.sourceforge.net/"
license="LGPL-2.1"
short_desc="A library that implements the rsync remote-delta algorithm (rdiff)"
distfiles="${SOURCEFORGE_SITE}/librsync/${version}/librsync-${version}.tar.gz"
checksum=6633e4605662763a03bb6388529cbdfd3b11a9ec55b8845351c1bd9a92bc41d6
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=2195998516960ce84d93f88ee3bfd92f430a16cdba4b5d34560a39fa13fcafd9
pre_configure() {
./autogen.sh
}
librsync-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}-${version}_${revision}"