diff --git a/srcpkgs/libsixel/patches/unistd.patch b/srcpkgs/libsixel/patches/unistd.patch deleted file mode 100644 index 6fc92eecf05..00000000000 --- a/srcpkgs/libsixel/patches/unistd.patch +++ /dev/null @@ -1,62 +0,0 @@ -# Remove sys/unistd.h (will be included in next release) -# https://github.com/libsixel/libsixel/commit/a8d60939d00af520e7139741b58928a9cc2c5f04 -diff --git a/converters/img2sixel.c b/converters/img2sixel.c -index eeeccdf..5152fa9 100644 ---- a/converters/img2sixel.c -+++ b/converters/img2sixel.c -@@ -28,7 +28,6 @@ - #include - - # include --# include - #include - # include - # include -diff --git a/meson.build b/meson.build -index 6a243a3..6e47fcc 100644 ---- a/meson.build -+++ b/meson.build -@@ -66,7 +66,6 @@ needed_headers = [ - 'string.h', - 'unistd.h', - 'stdint.h', -- 'sys/unistd.h', - 'getopt.h', - 'sys/types.h', - 'sys/stat.h', -diff --git a/src/decoder.c b/src/decoder.c -index 7619792..95803fa 100644 ---- a/src/decoder.c -+++ b/src/decoder.c -@@ -26,7 +26,6 @@ - # include - # include - # include --# include - #include - #include - # include -diff --git a/src/encoder.c b/src/encoder.c -index 9fd289b..ea0714c 100644 ---- a/src/encoder.c -+++ b/src/encoder.c -@@ -27,7 +27,6 @@ - # include - #include - # include --# include - # include - # include - # include -diff --git a/src/tty.c b/src/tty.c -index 92f9f8e..d020543 100644 ---- a/src/tty.c -+++ b/src/tty.c -@@ -28,7 +28,6 @@ - # include - # include - # include --# include - # include - # include - # include diff --git a/srcpkgs/libsixel/template b/srcpkgs/libsixel/template index ea23cdf3b83..b7bbc60a8fc 100644 --- a/srcpkgs/libsixel/template +++ b/srcpkgs/libsixel/template @@ -1,6 +1,6 @@ # Template file for 'libsixel' pkgname=libsixel -version=1.10.3 +version=1.10.5 revision=1 build_style=meson hostmakedepends="pkg-config" @@ -10,7 +10,7 @@ maintainer="Andrew Benson " license="MIT" homepage="https://github.com/libsixel/libsixel" distfiles="https://github.com/libsixel/libsixel/archive/refs/tags/v${version}.tar.gz" -checksum=028552eb8f2a37c6effda88ee5e8f6d87b5d9601182ddec784a9728865f821e0 +checksum=b6654928bd423f92e6da39eb1f40f10000ae2cc6247247fc1882dcff6acbdfc8 libsixel-devel_package() { short_desc+=" - development files" @@ -19,7 +19,6 @@ libsixel-devel_package() { vmove usr/bin/libsixel-config vmove usr/include vmove usr/lib/pkgconfig - vmove "usr/lib/*.a" vmove "usr/lib/*.so" } }