Skip to content

Commit 38677fa

Browse files
committed
Update ebuild for new semver scheme.
1 parent 69efe10 commit 38677fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gentoo/dev-libs/hacking-bash-lib/hacking-bash-lib-9999.ebuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
EAPI=7
55

66
DESCRIPTION="Hacking Networked Solutions library for Bash"
7-
HOMEPAGE="https://github.com/MADhacking/hacking-bash-lib"
7+
HOMEPAGE="https://github.com/GITHUB_REPOSITORY"
88
LICENSE="LGPL-3"
99

1010
if [[ ${PV} = *9999* ]]; then
1111
inherit git-r3
1212
EGIT_REPO_URI="https://github.com/GITHUB_REPOSITORY"
1313
EGIT_BRANCH="GITHUB_REF"
1414
else
15-
SRC_URI="https://github.com/MADhacking/hacking-bash-lib/archive/${P}.tar.gz"
15+
SRC_URI="https://github.com/GITHUB_REPOSITORY/archive/${PV}.tar.gz -> ${P}.tar.gz"
1616
fi
1717

1818
KEYWORDS="amd64 x86"

0 commit comments

Comments
 (0)