From b336b706050c55ea233ae0a7d72203f0a3ddc71d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Gr=C3=BCnewald?= Date: Wed, 10 Feb 2021 01:52:38 +0100 Subject: [PATCH] Remove versioning on git clone --- ly.spec.rpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ly.spec.rpkg b/ly.spec.rpkg index 06f0306..43912f1 100644 --- a/ly.spec.rpkg +++ b/ly.spec.rpkg @@ -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