diff --git a/srcpkgs/libzip/patches/getopt.patch b/srcpkgs/libzip/patches/getopt.patch deleted file mode 100644 index 5d6606ae166..00000000000 --- a/srcpkgs/libzip/patches/getopt.patch +++ /dev/null @@ -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; diff --git a/srcpkgs/libzip/template b/srcpkgs/libzip/template index 5ef70a85872..7dcaca1a87b 100644 --- a/srcpkgs/libzip/template +++ b/srcpkgs/libzip/template @@ -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 " 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