parent
6133a010fe
commit
d01a082579
1 changed files with 4 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'duplicity'
|
||||
pkgname=duplicity
|
||||
version=0.8.16
|
||||
revision=2
|
||||
version=0.8.18
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="gettext python3-setuptools"
|
||||
makedepends="python3-devel librsync-devel"
|
||||
|
@ -10,13 +10,9 @@ short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://duplicity.nongnu.org/"
|
||||
changelog="http://duplicity.nongnu.org/vers8/CHANGELOG"
|
||||
changelog="http://duplicity.nongnu.org/vers8/CHANGELOG.md"
|
||||
distfiles="http://launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
|
||||
checksum=2cfcd212834979751310d9df1a954b949f86b084efd5ad1f97dd744780ef9d1b
|
||||
|
||||
post_extract() {
|
||||
chmod 0644 bin/*.1
|
||||
}
|
||||
checksum=2643fea0f52920a0fb114069c78389f9621f1c24db7f26bda77bbc239b01ae53
|
||||
|
||||
do_check() {
|
||||
# Disable as tests don't work
|
||||
|
|
Loading…
Reference in a new issue