From f055bd3ace22cc3f97da2319edc42110e0af72a1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:02:40 -0400 Subject: [PATCH] pyliblo: rebuild for Python 3.12 --- srcpkgs/pyliblo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pyliblo/template b/srcpkgs/pyliblo/template index 805e103ed01..44b0efdb283 100644 --- a/srcpkgs/pyliblo/template +++ b/srcpkgs/pyliblo/template @@ -1,7 +1,7 @@ # Template file for 'pyliblo' pkgname=pyliblo version=0.10.0 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools python3-Cython0.29" makedepends="python3-devel liblo-devel"