From bef7eaa532b9526a622a7e6bc6d32d45f6bf1141 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:58 -0400 Subject: [PATCH] pyliblo: rebuild for Python 3.11 --- srcpkgs/pyliblo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pyliblo/template b/srcpkgs/pyliblo/template index de7f1bd20b2..80ba2e77a00 100644 --- a/srcpkgs/pyliblo/template +++ b/srcpkgs/pyliblo/template @@ -1,7 +1,7 @@ # Template file for 'pyliblo' pkgname=pyliblo version=0.10.0 -revision=2 +revision=3 wrksrc="pyliblo-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython"