diff --git a/srcpkgs/apk-tools/patches/limits.patch b/srcpkgs/apk-tools/patches/limits.patch deleted file mode 100644 index f8487e93ca..0000000000 --- a/srcpkgs/apk-tools/patches/limits.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/commit.c.orig -+++ src/commit.c -@@ -11,6 +11,7 @@ - - #include - #include -+#include - #include "apk_defines.h" - #include "apk_database.h" - #include "apk_package.h" diff --git a/srcpkgs/apk-tools/template b/srcpkgs/apk-tools/template index 73e00a2c16..1408975f0d 100644 --- a/srcpkgs/apk-tools/template +++ b/srcpkgs/apk-tools/template @@ -1,17 +1,17 @@ # Template file for 'apk-tools' pkgname=apk-tools -version=2.7.0 +version=2.7.1 revision=1 build_style=gnu-makefile make_build_args="LUAAPK=" hostmakedepends="pkg-config" makedepends="libressl-devel zlib-devel libfetch-devel" short_desc="Alpine Package Keeper (Alpine package manager)" -maintainer="Christian Neukirchen " +maintainer="Leah Neukirchen " license="GPL-2" homepage="http://git.alpinelinux.org/cgit/apk-tools" distfiles="http://git.alpinelinux.org/cgit/${pkgname}/snapshot/${pkgname}-${version}.tar.bz2" -checksum=cb48af920e3935bc45779a34b953cc03b6a36f16293786be6abdd79ae24a01e8 +checksum=5abac5f1f19d64ce7201e66fcd86b430240895d3002323a4a11ad17c6f4b44e7 CFLAGS=-Wno-error post_extract() {