diff --git a/srcpkgs/gifski/template b/srcpkgs/gifski/template index 42b6ec7f568..b236709e4a5 100644 --- a/srcpkgs/gifski/template +++ b/srcpkgs/gifski/template @@ -1,6 +1,6 @@ # Template file for 'gifski' pkgname=gifski -version=1.10.3 +version=1.11.0 revision=1 build_style=cargo configure_args="--features=openmp" @@ -11,7 +11,12 @@ license="AGPL-3.0-only" homepage="https://gif.ski" changelog="https://github.com/ImageOptim/gifski/releases" distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz" -checksum=5ba367f9d9f144d1e489c2393930b0eddfae7a8fcc732be22aabd66bb8b2fc62 +checksum=adf9ff87c43900925ac1e0a34cfbccf01072a4b7bfac586d41902fc894a2e457 + +pre_build() { + # https://github.com/ImageOptim/gifski/issues/300#issuecomment-1553003435 + rm -rf .cargo +} post_install() { vlicense LICENSE