summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-04-16 13:58:33 +0200
committerMichel Zou2023-04-16 13:58:33 +0200
commita451d5bffc21a30f3fbb5ae52b1ca27af5591fcf (patch)
treed78e0a1c76ac7dd91ca41433224ec83a68a85048
parentbc03a0b072383dac842a4e6165a3e57740efc4e2 (diff)
downloadaur-mingw-w64-wine.tar.gz
libunwind
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1fc84a5febc..3d47d1fcce04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = mingw-w64-wine
pkgdesc = Wine wrapper for MinGW (mingw-w64)
pkgver = 1
- pkgrel = 9
+ pkgrel = 10
url = http://fedoraproject.org/wiki/MinGW
arch = any
license = MIT
depends = wine
+ depends = libunwind
source = mingw-wine.sh
source = mingw-msiexec.sh
source = mingw-winepath.sh
diff --git a/PKGBUILD b/PKGBUILD
index e0d3424ac4e5..3bc518d467a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
pkgname=mingw-w64-wine
pkgver=1
-pkgrel=9
+pkgrel=10
arch=('any')
pkgdesc="Wine wrapper for MinGW (mingw-w64)"
-depends=('wine')
+# https://bugs.archlinux.org/task/77413
+depends=('wine' 'libunwind')
license=("MIT")
url="http://fedoraproject.org/wiki/MinGW"
source=("mingw-wine.sh" "mingw-msiexec.sh" "mingw-winepath.sh")