summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-10-19 04:40:31 -0500
committerMichał Górny <mgorny@gentoo.org>2018-10-22 22:23:18 +0200
commit3f97504dab70d44b52347ca6214d100b792d84b3 (patch)
tree3f5e2114cfffd2bf1aa33f57727687e1d986896b /app-text/scdoc
parentnet-libs/tox: bump to version 0.2.8 (diff)
downloadgentoo-3f97504dab70d44b52347ca6214d100b792d84b3.tar.gz
gentoo-3f97504dab70d44b52347ca6214d100b792d84b3.tar.bz2
gentoo-3f97504dab70d44b52347ca6214d100b792d84b3.zip
app-text/scdoc: point at new location for source tarball
At some point it changed from 'snapshot/${P}.tar.xz' to 'archive/${PV}.tar.gz'. The former is still available on the gentoo mirrors but not git.sr.ht Signed-off-by: Marty E. Plummer <hanetzer@startmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/scdoc')
-rw-r--r--app-text/scdoc/Manifest2
-rw-r--r--app-text/scdoc/scdoc-1.3.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/scdoc/Manifest b/app-text/scdoc/Manifest
index dcca3f3b01ce..05827d9e875c 100644
--- a/app-text/scdoc/Manifest
+++ b/app-text/scdoc/Manifest
@@ -1 +1 @@
-DIST scdoc-1.3.1.tar.xz 8776 BLAKE2B 1d11423abde7ec3e7b03ddc4f9698b7b78cac6972066c57886160974bd885225dc42793d19942c11ffd215f5dddd6453f66cbd083be03132b437b6f6f8a93c8a SHA512 a404df2e2eef76cc02c69f32eb131eaa4d4ed51e96dc6ea39400662f767648538fc27c618cf34c064004918a92940ae5400e91b7b628e431132cb9619d3e94eb
+DIST scdoc-1.3.1.tar.gz 9392 BLAKE2B 609f25252f0ee864ba3500961aa1048c6490278f4861fb4494ca62365a20d0cb128e53a6397bd089bd5a37f25f7f3c080f6921f1c4f4ca7e4af729c87e1994fc SHA512 6064de8c76eb959708b32e93634223565e5d4b390069d4fcd2d87d27bb472a333c60b21de87d676eb57ff5f8ed6445d3c3bd92dfe7dd611f9886abc38e8d21d2
diff --git a/app-text/scdoc/scdoc-1.3.1.ebuild b/app-text/scdoc/scdoc-1.3.1.ebuild
index b1e8b927020a..c5d56d74dfee 100644
--- a/app-text/scdoc/scdoc-1.3.1.ebuild
+++ b/app-text/scdoc/scdoc-1.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ inherit toolchain-funcs
DESCRIPTION="Standalone tool for generating man pages with a simple syntax"
HOMEPAGE="https://git.sr.ht/~sircmpwn/scdoc"
-SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/snapshot/${P}.tar.xz"
+SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"