From 0901645a24c0fc49420b4ef9bd29df489a57064f Mon Sep 17 00:00:00 2001 From: Roberto Ricci Date: Tue, 22 Jun 2021 11:49:17 +0200 Subject: [PATCH] fossil: fix distfiles url Tarballs are generated on demand as described at https://fossil-scm.org/home/help?cmd=/tarball. The URL in our template has the form https://fossil-scm.org/home/tarball//.tar.gz, where is the commit hash or tag name (defaults to "trunk" if omitted) and is used as the top-level directory inside the tarball. --- srcpkgs/fossil/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/fossil/template b/srcpkgs/fossil/template index 0f27d910cc7c..6612883fae57 100644 --- a/srcpkgs/fossil/template +++ b/srcpkgs/fossil/template @@ -11,9 +11,8 @@ maintainer="Orphaned " license="BSD-2-Clause" homepage="https://www.fossil-scm.org" changelog="https://www.fossil-scm.org/home/doc/trunk/www/changes.wiki" -distfiles="https://www.fossil-scm.org/home/tarball/fossil-${version}.tar.gz" -checksum=1844918eacdfa625e1d7efbec688875a6f89eb6c639edc12f158c46ba585494a -broken="checksum changed after 4 hours https://github.com/void-linux/void-packages/pull/31609" +distfiles="https://fossil-scm.org/home/tarball/version-${version}/fossil-${version}.tar.gz" +checksum=39f5a3960ebaa4984fcc953c3307ead5c0f21da4f66ecad516872f89843fcf79 post_extract() { vsed -i 's/test_system_sqlite$/# &/' auto.def # failing on cross