diff options
author | Sam James <sam@gentoo.org> | 2022-09-30 23:17:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 00:24:12 +0100 |
commit | ca0c2deec048ed5000e327a38491cfb856b53cb0 (patch) | |
tree | 91c37b713e6d5e1a5b1287036c887ec86e6bc584 /app-backup | |
parent | app-admin/analog: fix StaticSrcUri (diff) | |
download | gentoo-ca0c2deec048ed5000e327a38491cfb856b53cb0.tar.gz gentoo-ca0c2deec048ed5000e327a38491cfb856b53cb0.tar.bz2 gentoo-ca0c2deec048ed5000e327a38491cfb856b53cb0.zip |
app-backup/duply: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/duply/duply-2.3.1.ebuild | 4 |
1 files 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 68e3ae211d57..0fbf1c602199 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" |