summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-02-22 19:17:30 +0100
committerMichel Zou2018-02-22 19:17:30 +0100
commitfea30bb7365ce34332942aad048f3e9e62825a40 (patch)
treedc60e142a1684784e07e24e01e6da64edecb16d3 /PKGBUILD
parent1561f2ed6c59b90384ccb254bea83040f875cd92 (diff)
downloadaur-mingw-w64-ldd.tar.gz
pefile
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')