summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrumeet2021-06-14 20:18:59 -0700
committerTrumeet2021-06-14 20:18:59 -0700
commitba1d59c8b30c82926040384a8cc41332623141ce (patch)
tree6b85c9f8d3de1cfdfd80edf88c4e36911c8cb168
parent60d56a8f914c63fba485328c13a828300f084fce (diff)
downloadaur-ba1d59c8b30c82926040384a8cc41332623141ce.tar.gz
fix: add wine as depends
-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=()