From 9bd6aa712bdaf6a1d3083f5da329b62bae83df64 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 30 Apr 2017 22:01:21 +0200 Subject: [PATCH] apk-tools: update to 2.7.1. --- srcpkgs/apk-tools/patches/limits.patch | 10 ---------- srcpkgs/apk-tools/template | 6 +++--- 2 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 srcpkgs/apk-tools/patches/limits.patch diff --git a/srcpkgs/apk-tools/patches/limits.patch b/srcpkgs/apk-tools/patches/limits.patch deleted file mode 100644 index f8487e93cac..00000000000 --- 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 73e00a2c16c..1408975f0d4 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() {