summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2020-09-19 10:52:42 -0400
committerPatrick Northon2020-09-19 10:52:42 -0400
commit116f0b621fa33fa71514556b0f4637bc3abb59ec (patch)
tree07d0feb744a7ef129a7d747bd51d1263a2690321
parent3756e4fc0df8a940c756f4330af8f6a593f3ea92 (diff)
downloadaur-116f0b621fa33fa71514556b0f4637bc3abb59ec.tar.gz
Add mingw-w64-configure to makedepends.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index badcf75a896f..61da87d51bdb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = mingw-w64-libheif
pkgdesc = HEIF file format decoder and encoder.
pkgver = 1.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/strukturag/libheif
arch = any
license = LGPL
makedepends = mingw-w64-make
+ makedepends = mingw-w64-configure
depends = mingw-w64-crt
depends = mingw-w64-libpng
depends = mingw-w64-libjpeg-turbo
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=()