summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a67a03968bfa..bb56c548e36a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = winfile
makedepends = mingw-w64-gcc
makedepends = mingw-w64-headers
depends = mingw-w64-crt
+ depends = wine
source = src::git+https://github.com/microsoft/winfile.git
source = mingw_compile.patch
source = https://patch-diff.githubusercontent.com/raw/microsoft/winfile/pull/262.patch
diff --git a/PKGBUILD b/PKGBUILD
index eab169ae0c8c..137496b1c10c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(x86_64)
url="https://github.com/microsoft/winfile"
license=('custom')
groups=()
-depends=(mingw-w64-crt)
+depends=(mingw-w64-crt wine)
makedepends=(mingw-w64-gcc mingw-w64-headers)
checkdepends=()
optdepends=()