* update zimg to 3.0.5-1

This commit is contained in:
Alexander Baldeck 2023-07-24 19:45:33 +02:00
parent 323da6daa7
commit 6ce1fb8ee6

View File

@ -1,9 +1,8 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=zimg
pkgver=3.0.4
pkgver=3.0.5
pkgrel=1
pkgdesc='Scaling, colorspace conversion, and dithering library'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -16,7 +15,7 @@ depends=(
makedepends=(git)
provides=(libzimg.so)
options=(!emptydirs)
_tag=dd4c4dff3ce6a2877bd6ba57c1be99759b9cb2da
_tag=e5b0de6bebbcbc66732ed5afaafef6b2c7dfef87
source=(git+https://github.com/sekrit-twc/zimg.git#tag=${_tag})
sha256sums=(SKIP)
@ -34,6 +33,7 @@ build() {
cd zimg
./configure \
--prefix=/usr \
--enable-x86simd \
--disable-static
make
}