summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-06-07 22:33:01 +0200
committerpgen <p.gen.progs@gmail.com>2021-06-07 23:03:44 +0200
commit35f7242e460fd2b039bef13bdd02e7f78547692b (patch)
tree822787115102e130816c12125e584be249581b3b
parentc54f8c6d502c789902755a756287702f90963067 (diff)
Be more explicit about the source in specfile
-rw-r--r--smenu.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/smenu.spec.in b/smenu.spec.in
index 0ac06c0..3cfcd0b 100644
--- a/smenu.spec.in
+++ b/smenu.spec.in
@@ -9,7 +9,7 @@ Summary: A standard input word picker
License: GPL-2.0-only
Group: Productivity/Text/Utilities
URL: https://github.com/p-gen/%{name}
-Source: %{name}-%{version}.tar.bz2
+Source: https://github.com/p-gen/%{name}/archive/refs/tags/v%{version}.tar.gz
BuildRequires: ncurses-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build