summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/amodem/amodem-1.12.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/amodem/amodem-1.12.ebuild b/dev-python/amodem/amodem-1.12.ebuild
index a90dd0cb616c..2089e14bf656 100644
--- a/dev-python/amodem/amodem-1.12.ebuild
+++ b/dev-python/amodem/amodem-1.12.ebuild
@@ -10,7 +10,8 @@ inherit distutils-r1
DESCRIPTION="Transmit data between two computers using audio"
HOMEPAGE="https://github.com/romanz/amodem"
-SRC_URI="https://github.com/romanz/amodem/archive/v1.12.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/romanz/amodem/archive/v${PV}.tar.gz -> ${P}.tar.gz
+ mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"