Date: Friday, October 7, 2022 @ 07:53:16 Author: mtorromeo Revision: 1323778
upgpkg: libimagequant 4.0.4-1 Modified: libimagequant/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-07 07:51:48 UTC (rev 1323777) +++ PKGBUILD 2022-10-07 07:53:16 UTC (rev 1323778) @@ -1,7 +1,7 @@ # Maintainer: Massimiliano Torromeo <[email protected]> pkgname=libimagequant -pkgver=4.0.1 +pkgver=4.0.4 pkgrel=1 pkgdesc="Library for high-quality conversion of RGBA images to 8-bit indexed-color (palette) images" arch=('x86_64') @@ -11,7 +11,7 @@ makedepends=('cargo' 'cargo-c') options=('debug') source=("https://github.com/ImageOptim/libimagequant/archive/$pkgver/libimagequant-$pkgver.tar.gz") -sha256sums=('465ff764f437ffcfa7cad8d3a4098a781d3919f754483fdf406a642156af2540') +sha256sums=('d121bbfb380a54aca8ea9d973c2e63afcbc1db67db46ea6bc63eeba44d7937c8') build() { cd "$srcdir/$pkgname-$pkgver/imagequant-sys"
