libtorrent-rasterbar: update to 1.2.9.

This commit is contained in:
Daniel Eyßer 2020-08-04 19:57:48 +02:00 committed by Piraty
parent c3458c7be2
commit 216fdd4f1f

View file

@ -1,7 +1,7 @@
# Template file for 'libtorrent-rasterbar'
pkgname=libtorrent-rasterbar
version=1.2.7
revision=2
version=1.2.9
revision=1
build_style=gnu-configure
configure_args="--enable-examples --enable-python-binding
--with-boost=${XBPS_CROSS_BASE}/usr
@ -12,8 +12,8 @@ short_desc="C++ bittorrent library by Rasterbar Software"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://libtorrent.org/"
distfiles="https://github.com/arvidn/libtorrent/releases/download/libtorrent_${version//./_}/libtorrent-rasterbar-${version}.tar.gz"
checksum=bc00069e65c0825cbe1eee5cdd26f94fcd9a621c4e7f791810b12fab64192f00
distfiles="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${version}/libtorrent-rasterbar-${version}.tar.gz"
checksum=6c986225a1c2d9eb23c5b1ac0692d83208b721a05c968102a17ee3fde01bd709
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
@ -50,7 +50,7 @@ libtorrent-rasterbar-python3_package() {
lib32disabled=yes
short_desc+=" - Python3 bindings"
pkg_install() {
vmove usr/lib/python3*
vmove "usr/lib/python3*"
}
}