rdiff-backup: update to 2.0.0.
This commit is contained in:
parent
44f452ea78
commit
5a4985a01b
1 changed files with 9 additions and 14 deletions
|
@ -1,19 +1,14 @@
|
||||||
# Template file for 'rdiff-backup'
|
# Template file for 'rdiff-backup'
|
||||||
pkgname=rdiff-backup
|
pkgname=rdiff-backup
|
||||||
version=1.2.8
|
version=2.0.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python2-module
|
build_style=python3-module
|
||||||
pycompile_module="rdiff_backup"
|
hostmakedepends="python3 python3-setuptools"
|
||||||
hostmakedepends="python"
|
makedepends="python3-devel librsync-devel"
|
||||||
makedepends="python-devel librsync-devel"
|
depends="python3 python3-pyxattr"
|
||||||
depends="python"
|
|
||||||
short_desc="Local/remote mirroring and incremental backups"
|
short_desc="Local/remote mirroring and incremental backups"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://rdiff-backup.nongnu.org/"
|
homepage="https://rdiff-backup.net/"
|
||||||
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/r/rdiff-backup/rdiff-backup-${version}.tar.gz"
|
||||||
checksum=0d91a85b40949116fa8aaf15da165c34a2d15449b3cbe01c8026391310ac95db
|
checksum=1ce16abd4232d49212654572bf1fae4cdbc94e4056d96ef506feeeb87c14a0c3
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
sed -i -e 's;RS_DEFAULT_STRONG_LEN;8, RS_MD4_SIG_MAGIC;' _librsyncmodule.c
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue