summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2016-01-13 20:58:33 +0100
committerMartchus2016-01-13 20:58:33 +0100
commit63668aaca393c82b6e8e17d656110468211aaca4 (patch)
treee781fd249cf7bf9bd427e36fa3d02c1c1fcc95a1 /PKGBUILD
parentdade134079685653f1eebf5e3d61675e7f16168f (diff)
downloadaur-63668aaca393c82b6e8e17d656110468211aaca4.tar.gz
mingw-w64-configure already pulls mingw-w64-gcc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c0fe6fc6de3..dabde4b37392 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://filezilla-project.org/"
license=('GPL')
depends=('mingw-w64-crt')
-makedepends=('mingw-w64-gcc' 'mingw-w64-configure' 'subversion')
+makedepends=('mingw-w64-configure' 'subversion')
provides=(${pkgname%-svn})
conflicts=(${pkgname%-svn})
options=(staticlibs !strip !buildflags)