Skip to content

Commit 1d99bd2

Browse files
Fix prebuild deb package for real this time
1 parent 52eed51 commit 1d99bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.1.0) # Threads::Threads
22

33
project(fastfetch
4-
VERSION 1.3.2
4+
VERSION 1.3.3
55
LANGUAGES C
66
)
77

@@ -442,7 +442,7 @@ libglib2.0-0, \
442442
libdbus-1-3, \
443443
libxfconf-0-3, \
444444
libmagickcore-6.q16hdri-6, \
445-
zlib1g, \
445+
zlib1g \
446446
")
447447

448448
set(CPACK_RPM_PACKAGE_LICENSE "MIT")

0 commit comments

Comments
 (0)