From 72978347d3f0514b993dd35de6d9cd7bb124cad7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 8 Oct 2021 09:32:50 -0400 Subject: [PATCH] python3-spotipy: rebuild for Python 3.10 --- srcpkgs/python3-spotipy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-spotipy/template b/srcpkgs/python3-spotipy/template index c57db2a92d3..a0a2aba69d9 100644 --- a/srcpkgs/python3-spotipy/template +++ b/srcpkgs/python3-spotipy/template @@ -1,7 +1,7 @@ # Template file for 'python3-spotipy' pkgname=python3-spotipy version=2.19.0 -revision=1 +revision=2 wrksrc="spotipy-${version}" build_style=python3-module hostmakedepends="pkg-config python3-setuptools"