diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-05-07 07:45:38 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-05-07 07:46:00 +0800 |
commit | 705bd7479a5a30cb75fc5bb29155f02c2d6b1ad6 (patch) | |
tree | e69e8ff8a34df629de1c5a7544b35531cf90a2e2 /dev-vcs/stgit | |
parent | dev-vcs/stgit: drop 1.4 (diff) | |
download | gentoo-705bd7479a5a30cb75fc5bb29155f02c2d6b1ad6.tar.gz gentoo-705bd7479a5a30cb75fc5bb29155f02c2d6b1ad6.tar.bz2 gentoo-705bd7479a5a30cb75fc5bb29155f02c2d6b1ad6.zip |
dev-vcs/stgit: update SRC_URI
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-vcs/stgit')
-rw-r--r-- | dev-vcs/stgit/stgit-1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/stgit/stgit-1.5.ebuild b/dev-vcs/stgit/stgit-1.5.ebuild index f9e8edc7ca9c..ee720e163bc4 100644 --- a/dev-vcs/stgit/stgit-1.5.ebuild +++ b/dev-vcs/stgit/stgit-1.5.ebuild @@ -13,7 +13,7 @@ UPSTREAM_VER= [[ -n ${UPSTREAM_VER} ]] && \ UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz" -SRC_URI="https://github.com/ctmarinas/stgit/archive/v${PV}.tar.gz -> ${P}.tar.gz +SRC_URI="https://github.com/stacked-git/stgit/archive/v${PV}.tar.gz -> ${P}.tar.gz ${UPSTREAM_PATCHSET_URI}" LICENSE="GPL-2" |