community/libavif to 0.9.1-1

This commit is contained in:
Kevin Mihelich 2021-06-16 00:13:48 +00:00
parent 360708c483
commit e346a20682

View file

@ -5,8 +5,8 @@
# - set -DAVIF_CODEC_SVT=OFF
pkgname=libavif
pkgver=0.9.0
pkgrel=2
pkgver=0.9.1
pkgrel=1
pkgdesc="Library for encoding and decoding .avif files"
arch=(x86_64)
url="https://github.com/AOMediaCodec/libavif"
@ -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=('ea1603fc18e7dd20cf01f0b405156576886ecb5df84db8c0e87187cd2f8a00f4')
sha256sums=('8526f3fff34a05a51d7c703cdcf1d0d38c939b5b6dd4bb7d3a3405ddad88186c')
build() {
cmake -B build -S ${pkgname}-${pkgver} \