From 77b90f3ed91e4e4bf147bba93e5bf0a0a96437b6 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 13 Jan 2020 11:06:46 +0100 Subject: x11-misc/rofi: [QA] Fix HomepageInSrcUri Signed-off-by: David Seifert --- x11-misc/rofi/rofi-1.5.2.ebuild | 2 +- x11-misc/rofi/rofi-1.5.3.ebuild | 2 +- x11-misc/rofi/rofi-1.5.4.ebuild | 2 +- x11-misc/rofi/rofi-99999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'x11-misc/rofi') diff --git a/x11-misc/rofi/rofi-1.5.2.ebuild b/x11-misc/rofi/rofi-1.5.2.ebuild index 0c49e367f508..6dd8cae7500a 100644 --- a/x11-misc/rofi/rofi-1.5.2.ebuild +++ b/x11-misc/rofi/rofi-1.5.2.ebuild @@ -6,7 +6,7 @@ inherit autotools toolchain-funcs DESCRIPTION="A window switcher, run dialog and dmenu replacement" HOMEPAGE="https://github.com/davatorium/rofi" -SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz" +SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz" LICENSE="MIT" SLOT="0" diff --git a/x11-misc/rofi/rofi-1.5.3.ebuild b/x11-misc/rofi/rofi-1.5.3.ebuild index b6894cba5a94..4c41c7076d40 100644 --- a/x11-misc/rofi/rofi-1.5.3.ebuild +++ b/x11-misc/rofi/rofi-1.5.3.ebuild @@ -6,7 +6,7 @@ inherit autotools toolchain-funcs DESCRIPTION="A window switcher, run dialog and dmenu replacement" HOMEPAGE="https://github.com/davatorium/rofi" -SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz" +SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.xz" LICENSE="MIT" SLOT="0" diff --git a/x11-misc/rofi/rofi-1.5.4.ebuild b/x11-misc/rofi/rofi-1.5.4.ebuild index ba83a26d19f7..70b666569608 100644 --- a/x11-misc/rofi/rofi-1.5.4.ebuild +++ b/x11-misc/rofi/rofi-1.5.4.ebuild @@ -6,7 +6,7 @@ inherit autotools toolchain-funcs DESCRIPTION="A window switcher, run dialog and dmenu replacement" HOMEPAGE="https://github.com/davatorium/rofi" -SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.gz" +SRC_URI="https://github.com/davatorium/rofi/releases/download/${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/x11-misc/rofi/rofi-99999.ebuild b/x11-misc/rofi/rofi-99999.ebuild index 04b40fd1fc7e..7c75876f43e4 100644 --- a/x11-misc/rofi/rofi-99999.ebuild +++ b/x11-misc/rofi/rofi-99999.ebuild @@ -6,7 +6,7 @@ inherit autotools git-r3 toolchain-funcs DESCRIPTION="A window switcher, run dialog and dmenu replacement" HOMEPAGE="https://github.com/davatorium/rofi" -EGIT_REPO_URI="${HOMEPAGE}" +EGIT_REPO_URI="https://github.com/davatorium/rofi" LICENSE="MIT" SLOT="0" -- cgit v1.2.3-65-gdbad