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'
|
||||
pkgname=rdiff-backup
|
||||
version=1.2.8
|
||||
revision=2
|
||||
build_style=python2-module
|
||||
pycompile_module="rdiff_backup"
|
||||
hostmakedepends="python"
|
||||
makedepends="python-devel librsync-devel"
|
||||
depends="python"
|
||||
version=2.0.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3 python3-setuptools"
|
||||
makedepends="python3-devel librsync-devel"
|
||||
depends="python3 python3-pyxattr"
|
||||
short_desc="Local/remote mirroring and incremental backups"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://rdiff-backup.nongnu.org/"
|
||||
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=0d91a85b40949116fa8aaf15da165c34a2d15449b3cbe01c8026391310ac95db
|
||||
|
||||
pre_build() {
|
||||
sed -i -e 's;RS_DEFAULT_STRONG_LEN;8, RS_MD4_SIG_MAGIC;' _librsyncmodule.c
|
||||
}
|
||||
homepage="https://rdiff-backup.net/"
|
||||
distfiles="${PYPI_SITE}/r/rdiff-backup/rdiff-backup-${version}.tar.gz"
|
||||
checksum=1ce16abd4232d49212654572bf1fae4cdbc94e4056d96ef506feeeb87c14a0c3
|
||||
|
|
Loading…
Reference in a new issue