summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/pulseeffects/pulseeffects-4.6.8.ebuild4
-rw-r--r--media-sound/pulseeffects/pulseeffects-4.6.9.ebuild4
-rw-r--r--media-sound/pulseeffects/pulseeffects-9999.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/pulseeffects/pulseeffects-4.6.8.ebuild b/media-sound/pulseeffects/pulseeffects-4.6.8.ebuild
index 99f2cc7fb0fe..32e5898ad2d0 100644
--- a/media-sound/pulseeffects/pulseeffects-4.6.8.ebuild
+++ b/media-sound/pulseeffects/pulseeffects-4.6.8.ebuild
@@ -11,9 +11,9 @@ HOMEPAGE="https://github.com/wwmm/pulseeffects"
if [[ ${PV} == *9999 ]];then
inherit git-r3
SRC_URI=""
- EGIT_REPO_URI="${HOMEPAGE}"
+ EGIT_REPO_URI="https://github.com/wwmm/pulseeffects"
else
- SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/wwmm/pulseeffects/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 x86"
fi
diff --git a/media-sound/pulseeffects/pulseeffects-4.6.9.ebuild b/media-sound/pulseeffects/pulseeffects-4.6.9.ebuild
index 1fffc7eaa9da..ab95a499cd73 100644
--- a/media-sound/pulseeffects/pulseeffects-4.6.9.ebuild
+++ b/media-sound/pulseeffects/pulseeffects-4.6.9.ebuild
@@ -11,9 +11,9 @@ HOMEPAGE="https://github.com/wwmm/pulseeffects"
if [[ ${PV} == *9999 ]];then
inherit git-r3
SRC_URI=""
- EGIT_REPO_URI="${HOMEPAGE}"
+ EGIT_REPO_URI="https://github.com/wwmm/pulseeffects"
else
- SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/wwmm/pulseeffects/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
diff --git a/media-sound/pulseeffects/pulseeffects-9999.ebuild b/media-sound/pulseeffects/pulseeffects-9999.ebuild
index 1fffc7eaa9da..ab95a499cd73 100644
--- a/media-sound/pulseeffects/pulseeffects-9999.ebuild
+++ b/media-sound/pulseeffects/pulseeffects-9999.ebuild
@@ -11,9 +11,9 @@ HOMEPAGE="https://github.com/wwmm/pulseeffects"
if [[ ${PV} == *9999 ]];then
inherit git-r3
SRC_URI=""
- EGIT_REPO_URI="${HOMEPAGE}"
+ EGIT_REPO_URI="https://github.com/wwmm/pulseeffects"
else
- SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/wwmm/pulseeffects/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi