From 01346f5005c03f3f6768e9857b114102c2cdbe48 Mon Sep 17 00:00:00 2001 From: icp Date: Mon, 12 Sep 2022 20:41:58 +0530 Subject: [PATCH] oxipng: update to 6.0.1. Adopt. --- srcpkgs/oxipng/template | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/srcpkgs/oxipng/template b/srcpkgs/oxipng/template index b9417e6101e..6bdd2b90275 100644 --- a/srcpkgs/oxipng/template +++ b/srcpkgs/oxipng/template @@ -1,20 +1,15 @@ # Template file for 'oxipng' pkgname=oxipng -version=5.0.1 +version=6.0.1 revision=1 build_style=cargo short_desc="Multithreaded lossless PNG compression optimizer" -maintainer="Orphaned " +maintainer="icp " license="MIT" homepage="https://github.com/shssoichiro/oxipng" changelog="https://raw.githubusercontent.com/shssoichiro/oxipng/master/CHANGELOG.md" distfiles="https://github.com/shssoichiro/oxipng/archive/v${version}.tar.gz" -checksum=aff72d2f627617f3f36d9796e65b83eb34f24d2c94f3a55612ade2df8ab8d946 - -pre_build() { - # fixes an indexmap error when cross compiling - cargo update --package autocfg:1.0.1 --precise 1.1.0 -} +checksum=02625687bf19263bc2d537f9f81f85784c5b729c003e9dbb8551126d0e28ba7a post_install() { vlicense LICENSE