zchunk: update to 1.1.6.

This commit is contained in:
Duncaen 2020-03-16 11:14:07 +01:00
parent 91b2b2b964
commit 8deb9f48f2
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35
3 changed files with 2 additions and 21 deletions

View file

@ -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 <sys/types.h>
#ifndef ZCK_H
#define ZCK_H

View file

@ -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 <zck.h>
#include "util_common.h"
-
+#undef stdout
static char doc[] = "unzck - Decompress a zchunk file";
static char args_doc[] = "<file>";

View file

@ -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 <duncaen@voidlinux.org>"
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"