diff --git a/srcpkgs/chafa/patches/i686-musl.patch b/srcpkgs/chafa/patches/i686-musl.patch index 7586126c37b..57d50f15b00 100644 --- a/srcpkgs/chafa/patches/i686-musl.patch +++ b/srcpkgs/chafa/patches/i686-musl.patch @@ -1,5 +1,5 @@ ---- chafa/chafa-popcnt.c 2019-07-14 23:20:28.000000000 +0200 -+++ chafa/chafa-popcnt.c 2019-11-02 17:59:57.075337429 +0100 +--- chafa/internal/chafa-popcnt.c ++++ chafa/internal/chafa-popcnt.c @@ -23,6 +23,10 @@ #include "chafa/chafa.h" #include "chafa/chafa-private.h" diff --git a/srcpkgs/chafa/template b/srcpkgs/chafa/template index 467bf14d4cf..fcb005b7786 100644 --- a/srcpkgs/chafa/template +++ b/srcpkgs/chafa/template @@ -1,7 +1,7 @@ # Template file for 'chafa' pkgname=chafa -version=1.2.1 -revision=2 +version=1.4.1 +revision=1 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="libglib-devel libmagick-devel libXext-devel libxml2-devel" @@ -10,7 +10,7 @@ maintainer="Christian Buschau " license="LGPL-3.0-or-later" homepage="https://hpjansson.org/chafa/" distfiles="https://hpjansson.org/chafa/releases/chafa-${version}.tar.xz" -checksum=3f37a28bfb9ab716efb32d2652bc2c17856711ed7808e74481c8afcf7cdb44c2 +checksum=46d34034f4c96d120e0639f87a26590427cc29e95fe5489e903a48ec96402ba3 case "$XBPS_TARGET_MACHINE" in x86_64*|i686*) ;;