backtintime: update to 1.2.1
This commit is contained in:
parent
bf0fd441be
commit
60cd158303
1 changed files with 8 additions and 7 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'backintime'
|
# Template file for 'backintime'
|
||||||
pkgname=backintime
|
pkgname=backintime
|
||||||
version=1.1.24
|
version=1.2.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_wrksrc="common"
|
build_wrksrc="common"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--python3"
|
configure_args="--python3"
|
||||||
hostmakedepends="python3"
|
|
||||||
depends="python3 rsync python3-dbus"
|
|
||||||
pycompile_dirs="/usr/share/backintime"
|
pycompile_dirs="/usr/share/backintime"
|
||||||
short_desc="A simple backup tool for Linux"
|
hostmakedepends="python3"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
depends="python3 rsync python3-dbus python3-keyring"
|
||||||
license="GPL-2"
|
short_desc="Simple backup tool for Linux"
|
||||||
|
maintainer="Alpicoid <alpicoid@tuta.io>"
|
||||||
|
license="GPL-2.0-only"
|
||||||
homepage="https://github.com/bit-team/backintime"
|
homepage="https://github.com/bit-team/backintime"
|
||||||
distfiles="https://github.com/bit-team/backintime/releases/download/v${version}/backintime-${version}.tar.gz"
|
distfiles="https://github.com/bit-team/backintime/releases/download/v${version}/backintime-${version}.tar.gz"
|
||||||
checksum=72b9324314c70cc55bac04e5db8ca300ae98bf24f63334d3d9cd297a6b988308
|
checksum=eef2aa4f43ac23fb0d45239a4bb2f7e5025afdca2ae4e6d6d9d6e722e8b17644
|
||||||
|
pycompile_version="$py3_ver"
|
||||||
|
|
Loading…
Reference in a new issue