diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : rclone -version : 1.56.2 -release : 21 +version : 1.57.0 +release : 22 source : - - https://github.com/rclone/rclone/releases/download/v1.56.2/rclone-v1.56.2.tar.gz : a8813d25c4640e52495fee83e525e76283c63f01d1cce8fbb58d8486b0c20c8a + - https://github.com/rclone/rclone/releases/download/v1.57.0/rclone-v1.57.0.tar.gz : 3a762c02c202a9142c2d5c1a3927563a556d1683abadd25d2f695e237e4ea693 license : MIT component : network.util networking : yes @@ -16,10 +16,12 @@ build : | %make ./rclone genautocomplete bash rclone.bash_completion + ./rclone genautocomplete fish rclone.fish_completion ./rclone genautocomplete zsh rclone.zsh_completion install : | install -Dm 00755 rclone -t $installdir/usr/bin install -Dm 00644 rclone.1 -t $installdir/usr/share/man/man1 install -Dm 00644 MANUAL.* -t $installdir/usr/share/doc/rclone install -Dm 00644 rclone.bash_completion $installdir/usr/share/bash-completion/completions/rclone + install -Dm 00644 rclone.fish_completion $installdir/usr/share/fish/vendor_completions.d/rclone.fish install -Dm 00644 rclone.zsh_completion $installdir/usr/share/zsh/site-functions/_rclone diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ rclone - Pierre-Yves - pyu@riseup.net + Solène Rapenne + solene@perso.pw MIT network.util @@ -24,17 +24,18 @@ /usr/share/doc/rclone/MANUAL.html /usr/share/doc/rclone/MANUAL.md /usr/share/doc/rclone/MANUAL.txt + /usr/share/fish/vendor_completions.d/rclone.fish /usr/share/man/man1/rclone.1 /usr/share/zsh/site-functions/_rclone - - 2021-10-05 - 1.56.2 + + 2021-11-09 + 1.57.0 Packaging update - Pierre-Yves - pyu@riseup.net + Solène Rapenne + solene@perso.pw \ No newline at end of file