From ca0c2deec048ed5000e327a38491cfb856b53cb0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 30 Sep 2022 23:17:04 +0100 Subject: [PATCH] app-backup/duply: fix StaticSrcUri Signed-off-by: Sam James --- app-backup/duply/duply-2.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-backup/duply/duply-2.3.1.ebuild b/app-backup/duply/duply-2.3.1.ebuild index 68e3ae211d57b..0fbf1c6021998 100644 --- a/app-backup/duply/duply-2.3.1.ebuild +++ b/app-backup/duply/duply-2.3.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="A shell frontend for duplicity" HOMEPAGE="https://duply.net" -SRC_URI="https://jztkft.dl.sourceforge.net/project/ftplicity/${PN}%20%28simple%20duplicity%29/2.3.x/${PN}_${PV}.tgz" +SRC_URI="https://jztkft.dl.sourceforge.net/project/ftplicity/${PN}%20%28simple%20duplicity%29/$(ver_cut 1-2).x/${PN}_${PV}.tgz" LICENSE="GPL-2" SLOT="0"