diff --git a/srcpkgs/zchunk/patches/001-musl.patch b/srcpkgs/zchunk/patches/001-musl.patch deleted file mode 100644 index 6704b060104..00000000000 --- a/srcpkgs/zchunk/patches/001-musl.patch +++ /dev/null @@ -1,7 +0,0 @@ ---- include/zck.h.in.orig 2018-08-03 07:08:45.140103751 +0200 -+++ include/zck.h.in 2018-08-03 07:09:18.613105487 +0200 -@@ -1,3 +1,4 @@ -+#include - #ifndef ZCK_H - #define ZCK_H - diff --git a/srcpkgs/zchunk/patches/002-musl.patch b/srcpkgs/zchunk/patches/002-musl.patch deleted file mode 100644 index 23b11917970..00000000000 --- a/srcpkgs/zchunk/patches/002-musl.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- src/unzck.c 2018-08-02 15:42:19.000000000 +0200 -+++ - 2018-08-04 20:20:53.438164577 +0200 -@@ -39,7 +39,7 @@ - #include - - #include "util_common.h" -- -+#undef stdout - static char doc[] = "unzck - Decompress a zchunk file"; - - static char args_doc[] = ""; - diff --git a/srcpkgs/zchunk/template b/srcpkgs/zchunk/template index abc9d3b6c2a..b504f202fc4 100644 --- a/srcpkgs/zchunk/template +++ b/srcpkgs/zchunk/template @@ -1,6 +1,6 @@ # Template file for 'zchunk' pkgname=zchunk -version=1.1.5 +version=1.1.6 revision=1 build_style=meson hostmakedepends="pkg-config" @@ -10,7 +10,7 @@ maintainer="Duncaen " license="BSD-2-Clause" homepage="https://github.com/zchunk/zchunk" distfiles="https://github.com/zchunk/zchunk/archive/${version}.tar.gz" -checksum=f55ac0227a16bf82a31c18d1518577fc235dca2cad0c65e2cc243f8f9570e416 +checksum=7068fbf30b613b3e4ac80ec291ebdbc08c70c7ce81af1f689d9eaf32bac3a027 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" argp-standalone"