binhex / arch-qbittorrentvpn

Docker build script for Arch Linux base with qBittorrent, Privoxy and OpenVPN
GNU General Public License v3.0
397 stars 46 forks source link

Update libtorrent-rasterbar to 2.0.7 #141

Closed Alxandr closed 1 year ago

Alxandr commented 1 year ago

Hello!

The current version of of libtorrent-rasterbar in the latest docker image is 2.0.6-2.

The Arch repos contain 2.0.7-1 (archlinux.org/packages/extra/x86_64/libtorrent-rasterbar), which includes bug a bug fix for moving files after completed downloads across file systems (See qbittorrent/qBittorrent#17352 for more details).

Can you trigger a rebuild of the docker image with the latest packages from arch to fix this? For now a workaround is to just update the package manually in the running container:

docker exec -it mediadownloader-deluge-1 pacman -Sy libtorrent-rasterbar

Thanks!

(Issue copied form https://github.com/binhex/arch-delugevpn/issues/321)