From ffa113ec0e5294ec2ce0c290b8ae510dc0fe94e8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:46 -0400 Subject: [PATCH] volume_key: rebuild for Python 3.11 --- 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 d96b08e1ae9..48ef4bb3eac 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=5 +revision=6 build_style=gnu-configure configure_args="--without-python" hostmakedepends="pkg-config python3"