From 3bb856fba084356cc0184917c924fc17f417d6db Mon Sep 17 00:00:00 2001 From: John Date: Tue, 16 Apr 2019 03:09:18 +0200 Subject: [PATCH] sblg: update to 0.4.21. --- srcpkgs/sblg/patches/typo.patch | 11 +++++++++++ srcpkgs/sblg/template | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/sblg/patches/typo.patch diff --git a/srcpkgs/sblg/patches/typo.patch b/srcpkgs/sblg/patches/typo.patch new file mode 100644 index 00000000000..3b021345974 --- /dev/null +++ b/srcpkgs/sblg/patches/typo.patch @@ -0,0 +1,11 @@ +--- util.c 2019-04-16 03:13:56.445399012 +0200 ++++ - 2019-04-16 03:14:14.892999712 +0200 +@@ -1026,7 +1026,7 @@ + #ifdef __linux__ + size_t i; + +- for (i = 0; i < SBLTAG_NONE; i++) { ++ for (i = 0; i < SBLGTAG_NONE; i++) { + free(htabs[i].tabent); + htabs[i].tabent = NULL; + } diff --git a/srcpkgs/sblg/template b/srcpkgs/sblg/template index 35d562b7eac..ad4849db755 100644 --- a/srcpkgs/sblg/template +++ b/srcpkgs/sblg/template @@ -1,6 +1,6 @@ # Template file for 'sblg' pkgname=sblg -version=0.4.20 +version=0.4.21 revision=1 build_style=configure configure_args="PREFIX=/usr MANDIR=/usr/share/man" @@ -11,7 +11,7 @@ license="ISC" homepage="https://kristaps.bsd.lv/sblg/" changelog="https://kristaps.bsd.lv/sblg/archive.html" distfiles="https://kristaps.bsd.lv/sblg/snapshots/${pkgname}-${version}.tar.gz" -checksum=8c84d369caf80db6b9c6e845229e3099cedcd13cc4fd062c398709a8453c0fee +checksum=1afa576e68e57cd3aa4ae9a65e7070f2561d4dc31c6a131925cb0c06880b573f pre_configure() { if [ "$CROSS_BUILD" ]; then