summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2024-03-21 14:52:10 -0400
committerPatrick Northon2024-03-21 14:52:10 -0400
commite52837667d493d5f42d8774fc1cde3e73a28af83 (patch)
tree3d43105d025dad7d898d57180d87d503452df9e1 /PKGBUILD
parent04ab3e93c10e7378d019bea24dd9b10a4ac7dbd2 (diff)
downloadaur-mingw-w64-libdeflate.tar.gz
Add missing mingw-w64-zlib to checkdepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0bf176fcc541..3d6883fbd746 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=(any)
license=('MIT')
depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
-checkdepends=('mingw-w64-wine')
+checkdepends=('mingw-w64-wine' 'mingw-w64-zlib')
options=('staticlibs' '!buildflags' '!strip')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/ebiggers/${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('27bf62d71cd64728ff43a9feb92f2ac2f2bf748986d856133cc1e51992428c25')