mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
zchunk: update to 1.1.6.
This commit is contained in:
parent
91b2b2b964
commit
8deb9f48f2
3 changed files with 2 additions and 21 deletions
|
@ -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
|
||||
|
|
@ -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>";
|
||||
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue