diff options
author | Philipp Rösner <rndxelement@protonmail.com> | 2022-03-15 22:34:33 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-03-16 18:00:03 +0100 |
commit | 551ea8b6bee9fe7ce15c6102a274e5f429b350d3 (patch) | |
tree | 6eaef0348881320b22861e3a5315492750928893 /app-text/zathura-pdf-mupdf | |
parent | app-text/zathura-pdf-mupdf: adjusted metadata, updated live version (diff) | |
download | gentoo-551ea8b6bee9fe7ce15c6102a274e5f429b350d3.tar.gz gentoo-551ea8b6bee9fe7ce15c6102a274e5f429b350d3.tar.bz2 gentoo-551ea8b6bee9fe7ce15c6102a274e5f429b350d3.zip |
app-text/zathura-pdf-mupdf: fixed source in stable
The stable ebuilds for app-text/zathura-pdf-mupdf still relied on dead
source links, which I now replaced.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Philipp Rösner <rndxelement@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24593
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-text/zathura-pdf-mupdf')
-rw-r--r-- | app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.6.ebuild | 4 | ||||
-rw-r--r-- | app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.6.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.6.ebuild index c9664c2423f9..1be8dffa6bb1 100644 --- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.6.ebuild +++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_BRANCH="develop" else KEYWORDS="amd64 arm x86" - SRC_URI="https://github.com/pwmt/zathura-pdf-mupdf/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://git.pwmt.org/pwmt/${PN}/-/archive/${PV}/${P}.tar.gz" fi DESCRIPTION="PDF plug-in for zathura" diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild index 36993e63161f..9c4eda569f63 100644 --- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild +++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_BRANCH="develop" else KEYWORDS="amd64 arm x86" - SRC_URI="https://github.com/pwmt/zathura-pdf-mupdf/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://git.pwmt.org/pwmt/${PN}/-/archive/${PV}/${P}.tar.gz" fi DESCRIPTION="PDF plug-in for zathura" |