aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--snippets/spec.snippets2
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/spec.snippets b/snippets/spec.snippets
index 27e3050..84e0af8 100644
--- a/snippets/spec.snippets
+++ b/snippets/spec.snippets
@@ -8,7 +8,7 @@ snippet pyurl
Source: https://pypi.python.org/packages/source/X/%{modname}/%{modname}-%{version}.tar.gz
snippet ghurl
- Source: https://github.com/XXX/%{modname}/archive/v%{version}/%{modname}-%{version}.tar.gz
+ Source: https://github.com/XXX/%{modname}/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
snippet pycache
%pycache_only %{python_sitelib}/__pycache__