borgmatic: update to 1.7.5.
This commit is contained in:
parent
316bc350dd
commit
a6f887ca80
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'borgmatic'
|
# Template file for 'borgmatic'
|
||||||
pkgname=borgmatic
|
pkgname=borgmatic
|
||||||
version=1.7.4
|
version=1.7.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
# test_borgmatic.py runs not yet installed self,
|
# test_borgmatic.py runs not yet installed self,
|
||||||
# tests from test_execute.py sporadically fail in CI
|
# tests from test_execute.py sporadically fail in CI
|
||||||
|
@ -18,7 +18,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://torsion.org/borgmatic/"
|
homepage="https://torsion.org/borgmatic/"
|
||||||
changelog="https://projects.torsion.org/borgmatic-collective/borgmatic/raw/branch/master/NEWS"
|
changelog="https://projects.torsion.org/borgmatic-collective/borgmatic/raw/branch/master/NEWS"
|
||||||
distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/borgmatic/borgmatic-${version}.tar.gz"
|
||||||
checksum=b1b1e46252e12f42c17a0984c40ace10fc22d52806f0d687f2d0a1a99869a007
|
checksum=914c547028d3d6d94001e256082b8a4d8eb38db0c2d9948483b3b9712fce4b77
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# remove tests directory polluting site-packages
|
# remove tests directory polluting site-packages
|
||||||
|
|
Loading…
Reference in New Issue