community/libavif to 0.9.3-1

This commit is contained in:
Kevin Mihelich 2021-10-21 23:12:51 +00:00
parent 5c2fc39b6f
commit 9a4e7b53b0
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# - set -DAVIF_CODEC_SVT=OFF
pkgname=libavif
pkgver=0.9.2
pkgver=0.9.3
pkgrel=1
pkgdesc="Library for encoding and decoding .avif files"
arch=(x86_64)
@ -14,7 +14,7 @@ license=(BSD)
depends=(glibc aom dav1d rav1e zlib libpng libjpeg libyuv)
makedepends=(cmake nasm pkgconf gdk-pixbuf2)
source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('d6607d654adc40a392da83daa72a4ff802cd750c045a68131c9305639c10fc5c')
sha256sums=('bcd9a1f57f982a9615eb7e2faf87236dc88eb1d0c886f3471c7440ead605060d')
build() {
cmake -B build -S ${pkgname}-${pkgver} \