From 3cd46d3a56db71eec97b8904bf32d2ae26c63817 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:22 -0400 Subject: [PATCH] volume_key: rebuild for Python 3.9 --- 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 746634526eb..64cc8f7d334 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=3 +revision=4 build_style=gnu-configure make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc} PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}"