From a144eba1720cb3f7a0468fba4cde1aa94de1e443 Mon Sep 17 00:00:00 2001 From: Luis <98406209+lumarogit@users.noreply.github.com> Date: Fri, 5 Jan 2024 11:28:41 +0100 Subject: [PATCH] scratchpkg: fix source --- core/scratchpkg/spkgbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scratchpkg/spkgbuild b/core/scratchpkg/spkgbuild index 563437496..e6566d044 100644 --- a/core/scratchpkg/spkgbuild +++ b/core/scratchpkg/spkgbuild @@ -11,7 +11,7 @@ backup="etc/scratchpkg.conf etc/revdep.conf" scratchpkg_url=https://github.com/venomlinux/scratchpkg commit=60a9eab46ac5efeba3ef510b5df6af58850ecf27 -source="$name-$version.tar.bz2::https://gitlab.com/venomlinux/scratchpkg/-/commit/$commit.tar.bz2 +source="$name-$version.tar.bz2::https://gitlab.com/venomlinux/scratchpkg/-/archive/$commit.tar.bz2 $name.repo $name.conf temporary_workaround_for_coreutils.patch"