diff --git a/srcpkgs/Clight/patches/fix-musl.patch b/srcpkgs/Clight/patches/fix-musl.patch index 64227202c54..5f98ae7c2b0 100644 --- a/srcpkgs/Clight/patches/fix-musl.patch +++ b/srcpkgs/Clight/patches/fix-musl.patch @@ -1,10 +1,10 @@ --- a/src/utils/log.c +++ b/src/utils/log.c @@ -1,5 +1,7 @@ -+#include #include #include ++#include +#include - #include "commons.h" + #include "utils.h" - static FILE *log_file; + static void log_bl_smooth(bl_smooth_t *smooth, const char *prefix); diff --git a/srcpkgs/Clight/template b/srcpkgs/Clight/template index a323cf9d536..73649cc5788 100644 --- a/srcpkgs/Clight/template +++ b/srcpkgs/Clight/template @@ -1,6 +1,6 @@ # Template file for 'Clight' pkgname=Clight -version=4.8 +version=4.9 revision=1 build_style=cmake hostmakedepends="pkg-config" @@ -12,8 +12,8 @@ maintainer="Dominic Monroe " license="GPL-3.0-or-later" homepage="https://github.com/FedeDP/Clight" changelog="https://github.com/FedeDP/Clight/releases" -distfiles="https://github.com/FedeDP/Clight/archive/${version}.tar.gz" -checksum=5d3db27bbc48c5d78886aec6699521c121206a46a43a728642c7ee6a50689a36 +distfiles="https://github.com/FedeDP/Clight/archive/refs/tags/${version}.tar.gz" +checksum=638696ee22a3a3340659db37d4e3c6fc2763eee9c8c2f7f227190ad9db7742db post_install() { vcompletion Extra/completions/_clight zsh