From 3259897dc13e5a61c6fed8415798e632d102e552 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 17 Jul 2019 17:27:23 +0200 Subject: [PATCH] rlottie: disable caching having caching enabled breaks animated stickers in telegram-desktop --- srcpkgs/rlottie/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/rlottie/template b/srcpkgs/rlottie/template index 774b5074352..eb169b47ca2 100644 --- a/srcpkgs/rlottie/template +++ b/srcpkgs/rlottie/template @@ -2,9 +2,10 @@ pkgname=rlottie _commit=9be18fbd4047467495af5bd6d83f5b91bc063ea2 version=0.0.20160709 -revision=1 +revision=2 wrksrc="rlottie-${_commit}" build_style=cmake +configure_args="-DLOTTIE_CACHE=OFF" short_desc="Platform independent standalone library that plays Lottie Animation" maintainer="John " license="LGPL-2.1-or-later, FTL, MIT, JSON, BSD-3-Clause"