diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-07-12 17:42:07 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-12 17:43:30 +0100 |
commit | 8326e75323304d6f157ac648ffdf120f015eaf26 (patch) | |
tree | dc1b8a6e303af7c02fbe3271670fc7eb69e63d64 /media-sound | |
parent | media-sound/easyeffects: not-quite-new package (diff) | |
download | gentoo-8326e75323304d6f157ac648ffdf120f015eaf26.tar.gz gentoo-8326e75323304d6f157ac648ffdf120f015eaf26.tar.bz2 gentoo-8326e75323304d6f157ac648ffdf120f015eaf26.zip |
media-sound/pulseeffects: update GitHub URIs
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/pulseeffects/pulseeffects-4.8.5.ebuild | 6 | ||||
-rw-r--r-- | media-sound/pulseeffects/pulseeffects-5.0.4.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/pulseeffects/pulseeffects-4.8.5.ebuild b/media-sound/pulseeffects/pulseeffects-4.8.5.ebuild index 47bbfaf9b5fe..2de774e5451e 100644 --- a/media-sound/pulseeffects/pulseeffects-4.8.5.ebuild +++ b/media-sound/pulseeffects/pulseeffects-4.8.5.ebuild @@ -6,14 +6,14 @@ EAPI=7 inherit gnome2-utils meson DESCRIPTION="Limiter, compressor, reverberation, equalizer auto volume effects for Pulseaudio" -HOMEPAGE="https://github.com/wwmm/pulseeffects" +HOMEPAGE="https://github.com/wwmm/easyeffects" if [[ ${PV} == *9999 ]];then inherit git-r3 SRC_URI="" - EGIT_REPO_URI="https://github.com/wwmm/pulseeffects" + EGIT_REPO_URI="https://github.com/wwmm/easyeffects" else - SRC_URI="https://github.com/wwmm/pulseeffects/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/wwmm/easyeffects/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi diff --git a/media-sound/pulseeffects/pulseeffects-5.0.4.ebuild b/media-sound/pulseeffects/pulseeffects-5.0.4.ebuild index e9dde9ba03b9..92379a18a3d2 100644 --- a/media-sound/pulseeffects/pulseeffects-5.0.4.ebuild +++ b/media-sound/pulseeffects/pulseeffects-5.0.4.ebuild @@ -6,14 +6,14 @@ EAPI=7 inherit gnome2-utils meson DESCRIPTION="Limiter, compressor, reverberation, equalizer auto volume effects for Pulseaudio" -HOMEPAGE="https://github.com/wwmm/pulseeffects" +HOMEPAGE="https://github.com/wwmm/easyeffects" if [[ ${PV} == *9999 ]];then inherit git-r3 SRC_URI="" - EGIT_REPO_URI="https://github.com/wwmm/pulseeffects" + EGIT_REPO_URI="https://github.com/wwmm/easyeffects" else - SRC_URI="https://github.com/wwmm/pulseeffects/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/wwmm/easyeffects/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi |