From b704aa667703ed478b7b339679b0f8c1a34314d3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 24 Dec 2019 12:24:54 +0100 Subject: [PATCH] yq: rebuild for Python 3.8.1. --- srcpkgs/yq/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template index 31a4e228195..5fabd4497c0 100644 --- a/srcpkgs/yq/template +++ b/srcpkgs/yq/template @@ -1,7 +1,7 @@ # Template file for 'yq' pkgname=yq version=2.9.2 -revision=1 +revision=2 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools"