From 03baae7755e930b91bf6a47c16998f75c8141f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 23 May 2022 23:16:41 +0200 Subject: [PATCH] various: change default repo to repo-default.voidlinux.org --- srcpkgs/python3-xxhash/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template index f7a847b4b54e..dace598ee1a8 100644 --- a/srcpkgs/python3-xxhash/template +++ b/srcpkgs/python3-xxhash/template @@ -1,7 +1,7 @@ # Template file for 'python3-xxhash' pkgname=python3-xxhash -version=2.0.2 -revision=2 +version=3.0.0 +revision=1 wrksrc="xxhash-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,8 +11,9 @@ short_desc="Python binding for xxHash" maintainer="Piotr Wójcik " license="BSD-2-Clause" homepage="https://github.com/ifduyue/python-xxhash" +changelog="https://raw.githubusercontent.com/ifduyue/python-xxhash/master/CHANGELOG.rst" distfiles="${PYPI_SITE}/x/xxhash/xxhash-${version}.tar.gz" -checksum=b7bead8cf6210eadf9cecf356e17af794f57c0939a3d420a00d87ea652f87b49 +checksum=30b2d97aaf11fb122023f6b44ebb97c6955e9e00d7461a96415ca030b5ceb9c7 pre_build() { export XXHASH_LINK_SO=1