summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2020-09-19 10:52:42 -0400
committerPatrick Northon2020-09-19 10:52:42 -0400
commit116f0b621fa33fa71514556b0f4637bc3abb59ec (patch)
tree07d0feb744a7ef129a7d747bd51d1263a2690321 /PKGBUILD
parent3756e4fc0df8a940c756f4330af8f6a593f3ea92 (diff)
downloadaur-116f0b621fa33fa71514556b0f4637bc3abb59ec.tar.gz
Add mingw-w64-configure to makedepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11af25c0da50..7cb3d6a1720f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-libheif
pkgver=1.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="HEIF file format decoder and encoder."
url="https://github.com/strukturag/libheif"
license=("LGPL")
@@ -14,7 +14,7 @@ depends=(
"mingw-w64-rav1e"
#"mingw-w64-x265"
)
-makedepends=("mingw-w64-make")
+makedepends=("mingw-w64-make" "mingw-w64-configure")
arch=("any")
options=(!strip !buildflags staticlibs)
optdepends=()