libzip: update to 1.1.1.
This commit is contained in:
parent
5f1d3c82b0
commit
a8842e86c8
|
@ -1,11 +0,0 @@
|
|||
--- src/ziptool.c.orig 2016-01-29 08:04:37.465790156 +0100
|
||||
+++ src/ziptool.c 2016-01-29 08:04:56.296977874 +0100
|
||||
@@ -78,6 +78,8 @@ zip_t *za, *z_in[16];
|
||||
unsigned int z_in_count;
|
||||
zip_flags_t stat_flags;
|
||||
|
||||
+int optopt;
|
||||
+
|
||||
static int
|
||||
add(int argc, char *argv[]) {
|
||||
zip_source_t *zs;
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libzip'
|
||||
pkgname=libzip
|
||||
version=1.1
|
||||
revision=2
|
||||
version=1.1.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="perl"
|
||||
makedepends="zlib-devel"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2"
|
||||
homepage="http://www.nih.at/libzip"
|
||||
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
||||
checksum=a53fe3d110f0374ece8870144378377d947b77d079f3405181f348379fd1cf04
|
||||
checksum=dfd232d29d4a410b2d5f4968a0e82d30558880dda9f8d0dbec1765822ccfc581
|
||||
|
||||
post_install() {
|
||||
ln -sfr ${DESTDIR}/usr/lib/libzip/include/zipconf.h ${DESTDIR}/usr/include/zipconf.h
|
||||
|
|
Loading…
Reference in New Issue