From 05a90cae695ca4f460ec5bb0cc72e49b48c9f3f7 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 17 Aug 2019 19:07:49 +0200 Subject: [PATCH] lowdown: update to 0.4.4. --- srcpkgs/lowdown/patches/stdint_h.patch | 40 ++++++++++++++++++++++++++ srcpkgs/lowdown/template | 4 +-- 2 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/lowdown/patches/stdint_h.patch diff --git a/srcpkgs/lowdown/patches/stdint_h.patch b/srcpkgs/lowdown/patches/stdint_h.patch new file mode 100644 index 00000000000..1dd64684c3d --- /dev/null +++ b/srcpkgs/lowdown/patches/stdint_h.patch @@ -0,0 +1,40 @@ +--- buffer.c.orig ++++ buffer.c +@@ -25,6 +25,7 @@ + + #include + #include ++#include + #include + #include + #include +--- diff.c.orig ++++ diff.c +@@ -28,6 +28,7 @@ + #if HAVE_MD5 + # include + #endif ++#include + #include + #include + #include +--- nroff_escape.c.orig ++++ nroff_escape.c +@@ -20,6 +20,7 @@ + # include + #endif + ++#include + #include + + #include "lowdown.h" +--- util.c.orig ++++ util.c +@@ -20,6 +20,7 @@ + # include + #endif + ++#include + #include + #include + diff --git a/srcpkgs/lowdown/template b/srcpkgs/lowdown/template index 44f7437387b..e4716c3f1b5 100644 --- a/srcpkgs/lowdown/template +++ b/srcpkgs/lowdown/template @@ -1,6 +1,6 @@ # Template file for 'lowdown' pkgname=lowdown -version=0.4.3 +version=0.4.4 revision=1 build_style=configure configure_args="PREFIX=/usr MANDIR=/usr/share/man" @@ -9,7 +9,7 @@ maintainer="Duncaen " license="ISC" homepage="https://kristaps.bsd.lv/lowdown/" distfiles="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz" -checksum=25d272edd47724e6892d4f401bc8404e892d5336a8c2cc42b166312d3865ddbe +checksum=bd3acdef18ba68151dbbbe1eb68dd04f0368739fa306e4b888359f00c413ac44 post_install() { vlicense LICENSE.md