summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2021-02-02 05:16:30 -0500
committerPatrick Northon2021-02-02 05:16:30 -0500
commit4ad3b3148ff9505cb7c165fcacd513d484c693ef (patch)
treea8ebaaa979f7608555efc0e14d448b12b56a8676 /PKGBUILD
parentff4b87a1b79e7f450c2d5650119e1a392d2f5ccf (diff)
downloadaur-4ad3b3148ff9505cb7c165fcacd513d484c693ef.tar.gz
Add dav1d dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 415b679a2b2e..6395d1447d11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-libheif
pkgver=1.11.0
-pkgrel=1
+pkgrel=2
pkgdesc="HEIF file format decoder and encoder. (mingw-w64)"
url="https://github.com/strukturag/libheif"
license=("LGPL")
@@ -12,6 +12,7 @@ depends=(
"mingw-w64-libjpeg-turbo"
"mingw-w64-aom"
"mingw-w64-x265"
+ "mingw-w64-dav1d"
)
makedepends=("mingw-w64-cmake")
arch=("any")