summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2018-05-10 23:23:36 +0200
committerNicola Murino2018-05-10 23:23:36 +0200
commit37dd9063fb267f2c280180e1e4176feb3d436073 (patch)
tree8a40abfd41d75f5d3a40a60f785cbd472a8ddb33
parent7f8dd11412d277ed51f5bcafeba818c0b739fcc7 (diff)
downloadaur-37dd9063fb267f2c280180e1e4176feb3d436073.tar.gz
wine is now a depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fc4fbcd099d..3578f5a901e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 10 21:21:46 UTC 2018
+# Thu May 10 21:23:34 UTC 2018
pkgbase = mingw-w64-meson
pkgdesc = Meson wrapper for MinGW (mingw-w64)
pkgver = 1
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-meson
depends = meson
depends = mingw-w64-gcc
depends = mingw-w64-pkg-config
- optdepends = wine: runtime support
+ depends = wine
source = toolchain-mingw.meson
source = meson-mingw-wrapper
sha256sums = c98abe7959a53685747c08c350925c0c1eb4043ebf8a12553568772251cbdf86
diff --git a/PKGBUILD b/PKGBUILD
index 18328a5232d6..49d31da3308f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,7 @@ pkgver=1
pkgrel=3
arch=('any')
pkgdesc="Meson wrapper for MinGW (mingw-w64)"
-depends=('meson' 'mingw-w64-gcc' 'mingw-w64-pkg-config')
-optdepends=('wine: runtime support')
+depends=('meson' 'mingw-w64-gcc' 'mingw-w64-pkg-config' 'wine')
license=("GPL")
url="http://fedoraproject.org/wiki/MinGW"
source=("toolchain-mingw.meson"