summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian Morr2018-12-21 19:03:35 +0100
committerSebastian Morr2018-12-21 19:04:31 +0100
commit63f2cdb0de116362c49681cef20f7a8b4355e85a (patch)
treeada49a355b687e021269a6c9b5ab3a7585022de0 /PKGBUILD
parentb0b4eee22ce948c36edb136978ac799ce554da6d (diff)
downloadaur-63f2cdb0de116362c49681cef20f7a8b4355e85a.tar.gz
Add mingw-w64-configure as a dependency, remove -gcc, because is dependent
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75942acf2721..df520d4664c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=1.16
pkgrel=1
arch=('any')
pkgdesc="A commandline option parser (mingw-w64)"
-makedepends=('mingw-w64-gcc')
+makedepends=('mingw-w64-configure')
license=('custom')
url="http://rpm5.org"
options=(!strip !buildflags staticlibs)