From 639a9380edb42f7e9ab18490a075cbe653f541c9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 7 Jun 2022 22:55:37 -0400 Subject: [PATCH] python3-xxhash: fix egg-info --- srcpkgs/python3-xxhash/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template index dace598ee1a..195ac24bee5 100644 --- a/srcpkgs/python3-xxhash/template +++ b/srcpkgs/python3-xxhash/template @@ -1,10 +1,10 @@ # Template file for 'python3-xxhash' pkgname=python3-xxhash version=3.0.0 -revision=1 +revision=2 wrksrc="xxhash-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools_scm" makedepends="python3-devel xxHash-devel" depends="python3" short_desc="Python binding for xxHash"