summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2020-05-15 00:51:06 -0700
committerBrian Dolbec <dolsen@gentoo.org>2020-05-15 00:53:08 -0700
commit8c291d5823296c07abdb3e40c331cdafc3c3e376 (patch)
tree3ea95cd4b2df37061ece54ee6596314042bb52d5 /dev-python/pypugjs
parentapp-cdr/cuecue: Fix building with CFLAGS=-fno-common (diff)
downloadgentoo-8c291d5823296c07abdb3e40c331cdafc3c3e376.tar.gz
gentoo-8c291d5823296c07abdb3e40c331cdafc3c3e376.tar.bz2
gentoo-8c291d5823296c07abdb3e40c331cdafc3c3e376.zip
dev-python/pypugjs: Fix typo in SRC_URI tarball renaming
Revision bump to ensure a new dssource is downloaded and saved with the correct name. Closes: https://bugs.gentoo.org/723196 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'dev-python/pypugjs')
-rw-r--r--dev-python/pypugjs/Manifest2
-rw-r--r--dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild (renamed from dev-python/pypugjs/pypugjs-5.9.4.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pypugjs/Manifest b/dev-python/pypugjs/Manifest
index b2775ef312fa..2608905a6a19 100644
--- a/dev-python/pypugjs/Manifest
+++ b/dev-python/pypugjs/Manifest
@@ -1 +1 @@
-DIST pypugjs-5.9.4-tar.gz 42179 BLAKE2B 6ba3ab0b5c4c2828a091c82d5e937ebd1f575f5a9ebd989fbcfa3c17b85471f084d04b641895e8bd4af32ca0c26c430c5d989287824e0bc67f1943fae3bb0caa SHA512 24ebf306a76afab570cb13806d27e12766163bb114a8e4fe20ee5f19eb7311203e8b647eeb2f150efb2f9dfa1db9e56f4218cc3deb15d81f22b12d1b11f83c32
+DIST pypugjs-5.9.4.tar.gz 42179 BLAKE2B 6ba3ab0b5c4c2828a091c82d5e937ebd1f575f5a9ebd989fbcfa3c17b85471f084d04b641895e8bd4af32ca0c26c430c5d989287824e0bc67f1943fae3bb0caa SHA512 24ebf306a76afab570cb13806d27e12766163bb114a8e4fe20ee5f19eb7311203e8b647eeb2f150efb2f9dfa1db9e56f4218cc3deb15d81f22b12d1b11f83c32
diff --git a/dev-python/pypugjs/pypugjs-5.9.4.ebuild b/dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild
index 9b4e376ca260..84216b99cfb4 100644
--- a/dev-python/pypugjs/pypugjs-5.9.4.ebuild
+++ b/dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild
@@ -8,7 +8,7 @@ inherit distutils-r1
DESCRIPTION="Pug (Jade) syntax adapter for Django, Jinja2 and Mako templates"
HOMEPAGE="https://github.com/kakulukia/pypugjs"
-SRC_URI="https://github.com/kakulukia/pypugjs/archive/v${PV}.tar.gz -> ${P}-tar.gz"
+SRC_URI="https://github.com/kakulukia/pypugjs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"