From 970b433be511d02ae8eaace7e36ecd63e569fdd1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 30 Sep 2022 23:56:06 +0100 Subject: [PATCH] dev-php/theseer-Autoload: fix StaticSrcUri Signed-off-by: Sam James --- dev-php/theseer-Autoload/theseer-Autoload-1.26.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/theseer-Autoload/theseer-Autoload-1.26.0-r2.ebuild b/dev-php/theseer-Autoload/theseer-Autoload-1.26.0-r2.ebuild index e93e6a8a10b0..91671fbd91d6 100644 --- a/dev-php/theseer-Autoload/theseer-Autoload-1.26.0-r2.ebuild +++ b/dev-php/theseer-Autoload/theseer-Autoload-1.26.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ MY_PN="Autoload" DESCRIPTION="PHP Autoload Builder" HOMEPAGE="https://github.com/theseer/Autoload" -SRC_URI="https://github.com/theseer/${MY_PN}/archive/1.26.0.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/theseer/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0"