* update libimagequant to 4.2.0-1

This commit is contained in:
Alexander Baldeck 2023-09-06 11:03:13 +02:00
parent e37dbe9ad3
commit c38ee3c32e

View File

@ -2,7 +2,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=libimagequant
pkgver=4.1.1
pkgver=4.2.0
pkgrel=1
pkgdesc="Library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -11,7 +11,7 @@ license=('BSD')
depends=('gcc-libs')
makedepends=('cargo' 'cargo-c')
source=("https://github.com/ImageOptim/libimagequant/archive/$pkgver/libimagequant-$pkgver.tar.gz")
sha256sums=('726ce0bf2a8175a32d1ef303c3e8971a1fda354e760f1327c08656268bb019c2')
sha256sums=('716ffb2bc1594a4f9af324d7096129a37a3f9ebcee7f78a132282fbf2cf22fd8')
build() {
cd "$srcdir/$pkgname-$pkgver/imagequant-sys"