From 1d99bd2e080225105bfa6f88ad8758e5ab212a4f Mon Sep 17 00:00:00 2001 From: Linus Dierheimer Date: Sat, 23 Apr 2022 11:28:46 +0200 Subject: [PATCH] Fix prebuild deb package for real this time --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16a51ab1a..dc1960060 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1.0) # Threads::Threads project(fastfetch - VERSION 1.3.2 + VERSION 1.3.3 LANGUAGES C ) @@ -442,7 +442,7 @@ libglib2.0-0, \ libdbus-1-3, \ libxfconf-0-3, \ libmagickcore-6.q16hdri-6, \ -zlib1g, \ +zlib1g \ ") set(CPACK_RPM_PACKAGE_LICENSE "MIT")