From 810d7699b14568f2eb9c8c1abfc46bc61495a812 Mon Sep 17 00:00:00 2001 From: "alan (NyxTrail)" Date: Sun, 3 Mar 2024 13:09:25 +0000 Subject: [PATCH] Fix dependency name --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 52001c1..e92641b 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Section: libdevel Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, - libhyprlang-1 (= ${binary:Version}) + libhyprlang1 (= ${binary:Version}) Description: Configuration language for Hyprland (development files) The hypr configuration language is an extremely efficient, yet easy to work with, configuration language for Linux applications.