From 7c13dd7f03f534c7e94bb7ba880580c19168e2ca Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:19 -0400 Subject: [PATCH] volume_key: rebuild for Python 3.10 --- srcpkgs/volume_key/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template index 64cc8f7d33..7887040a1c 100644 --- a/srcpkgs/volume_key/template +++ b/srcpkgs/volume_key/template @@ -1,7 +1,7 @@ # Template file for 'volume_key' pkgname=volume_key version=0.3.12 -revision=4 +revision=5 build_style=gnu-configure make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc} PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"