mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
duplicity: update to 0.8.11.1596
This commit is contained in:
parent
7e2328d73c
commit
f2c2289832
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'duplicity'
|
# Template file for 'duplicity'
|
||||||
pkgname=duplicity
|
pkgname=duplicity
|
||||||
version=0.8.08
|
version=0.8.11.1596
|
||||||
revision=2
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="duplicity"
|
pycompile_module="duplicity"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="gettext python3-setuptools"
|
||||||
makedepends="python3-devel librsync-devel"
|
makedepends="python3-devel librsync-devel"
|
||||||
depends="python3-fasteners gnupg python3-future python3-urllib3"
|
depends="python3-fasteners gnupg python3-future python3-urllib3"
|
||||||
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
|
short_desc="Encrypted bandwidth-efficient backup using the rsync algorithm"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://duplicity.nongnu.org/"
|
homepage="http://duplicity.nongnu.org/"
|
||||||
changelog="http://duplicity.nongnu.org/CHANGELOG"
|
changelog="http://duplicity.nongnu.org/vers8/CHANGELOG"
|
||||||
distfiles="http://code.launchpad.net/duplicity/${version%.*}-series/${version}/+download/duplicity-${version}.tar.gz"
|
distfiles="http://code.launchpad.net/duplicity/${version%.*.*}-series/${version%.*}/+download/duplicity-${version}.tar.gz"
|
||||||
checksum=0917e9ee23f9befad4d2819e42f5c6e8a2a2c7052f9e0a625b8278c8ac9e3df2
|
checksum=09826a6e5706db1fc9a2c5624fc7f13c0ec1289111676eb9b323b0c69757aae1
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
chmod 0644 bin/*.1
|
chmod 0644 bin/*.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue