From 3a7028ef6059fc55aa0505a2e9d4edfb73b79641 Mon Sep 17 00:00:00 2001 From: Justin Jagieniak Date: Mon, 12 Apr 2021 09:32:13 +0200 Subject: [PATCH] python3-mysqlclient: rebuild against mariadb-10.5.9. --- srcpkgs/python3-mysqlclient/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template index 5a6fc075fe8..14d7c703a49 100644 --- a/srcpkgs/python3-mysqlclient/template +++ b/srcpkgs/python3-mysqlclient/template @@ -1,7 +1,7 @@ # Template file for 'python3-mysqlclient' pkgname=python3-mysqlclient version=1.3.14 -revision=5 +revision=6 wrksrc="mysqlclient-${version}" build_style=python3-module hostmakedepends="python3-setuptools"