* update libimagequant to 4.3.1-1

This commit is contained in:
Alexander Baldeck 2024-06-23 20:46:21 +02:00
parent f4be7d0864
commit 3937a5cc5a

View File

@ -2,7 +2,7 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=libimagequant
pkgver=4.3.0
pkgver=4.3.1
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=('7f590ed400def273381ac066f46b9f9e8b3e0b1985a5b7e82ca7a65541a6681b')
sha256sums=('75020204491f14a8cdf4b857f6c5bab08b6b5f1736345412b296a253bc632bf6')
build() {
cd "$srcdir/$pkgname-$pkgver/imagequant-sys"