From 6b256db8f0a65d589d75de1f2f7772c89ba68008 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 4 Oct 2022 20:08:47 -0400 Subject: [PATCH] libtorrent-rasterbar: rebuild for Python 3.11 --- srcpkgs/libtorrent-rasterbar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template index ac4111d6afb..4d325a46f53 100644 --- a/srcpkgs/libtorrent-rasterbar/template +++ b/srcpkgs/libtorrent-rasterbar/template @@ -2,7 +2,7 @@ # Breaks ABI/API without changing soname, revbump all dependants pkgname=libtorrent-rasterbar version=1.2.17 -revision=3 +revision=4 build_style=cmake configure_args="DCMAKE_CXX_STANDARD=14 -Dbuild_examples=ON -Dbuild_tools=ON -Dpython-bindings=ON"