diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,11 +1,12 @@ name : restic -version : 0.9.6 -release : 13 +version : 0.10.0 +release : 14 source : - - https://github.com/restic/restic/releases/download/v0.9.6/restic-0.9.6.tar.gz : 1cc8655fa99f06e787871a9f8b5ceec283c856fa341a5b38824a0ca89420b0fe + - https://github.com/restic/restic/archive/v0.10.0.tar.gz : 067fbc0cf0eee4afdc361e12bd03b266e80e85a726647e53709854ec142dd94e license : BSD-2-Clause component : system.utils summary : Fast, secure, efficient backup program +networking : yes description: | restic is a backup program that is fast, efficient and secure. builddeps : @@ -16,8 +17,8 @@ ./restic generate --bash-completion doc/restic ./restic generate --zsh-completion doc/_restic install : | - install -D -m 00755 $workdir/restic $installdir/usr/bin/restic - install -D -m 00644 $workdir/README.rst $installdir/usr/share/doc/restic/README - install -D -m 00644 -t $installdir/usr/share/man/man1 $workdir/doc/man/*.1 - install -D -m 00644 $workdir/doc/restic $installdir/usr/share/bash-completion/completions/restic - install -D -m 00644 $workdir/doc/_restic $installdir/usr/share/zsh/site-functions/_restic + install -Dm00755 $workdir/restic $installdir/usr/bin/restic + install -Dm00644 $workdir/README.rst $installdir/usr/share/doc/restic/README + install -Dm00644 -t $installdir/usr/share/man/man1 $workdir/doc/man/*.1 + install -Dm00644 $workdir/doc/restic $installdir/usr/share/bash-completion/completions/restic + install -Dm00644 $workdir/doc/_restic $installdir/usr/share/zsh/site-functions/_restic diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -26,6 +26,7 @@ /usr/share/man/man1/restic-cache.1 /usr/share/man/man1/restic-cat.1 /usr/share/man/man1/restic-check.1 + /usr/share/man/man1/restic-copy.1 /usr/share/man/man1/restic-diff.1 /usr/share/man/man1/restic-dump.1 /usr/share/man/man1/restic-find.1 @@ -52,12 +53,12 @@ - - 2019-12-12 - 0.9.6 + + 2020-09-24 + 0.10.0 Packaging update Longwu Ou xulongwu4@gmail.com \ No newline at end of file