libtorrent-rasterbar: rebuild for Python 3.12

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:02:32 -04:00
parent 1218428f09
commit b2ac355b79

View file

@ -2,11 +2,11 @@
# Breaks ABI/API without changing soname, revbump all dependants
pkgname=libtorrent-rasterbar
version=1.2.18
revision=4
revision=5
build_style=cmake
configure_args="-Dbuild_examples=ON -Dbuild_tools=ON
-Dpython-bindings=ON -Dbuild_tests=ON"
hostmakedepends="pkg-config intltool libtool python3-devel"
hostmakedepends="pkg-config intltool libtool python3-devel python3-setuptools"
makedepends="openssl-devel boost-devel geoip-devel python3-devel"
short_desc="C++ bittorrent library by Rasterbar Software"
maintainer="Orphaned <orphan@voidlinux.org>"