summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92bbbf0343a4..b7bc840f9dfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=1
pkgrel=1
arch=('any')
pkgdesc="Tool to list dependencies of a DLL"
-depends=('wine' 'python')
+depends=('python-pefile')
license=("WTFPL")
url="https://github.com/xantares/mingw-ldd"
source=('https://github.com/xantares/mingw-ldd/raw/master/mingw-ldd.py')