Remove versioning on git clone

This commit is contained in:
Leon Grünewald 2021-02-10 01:52:38 +01:00
parent 9c70ff5576
commit b336b70605
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD.
%prep
git clone https://github.com/dhalucario/ly.git ly
cd ly
git checkout v0.5.2
# git checkout v0.5.2
make github
%build