summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2018-06-14 20:32:05 -0400
committerAndrew Sun2018-06-14 20:32:05 -0400
commitad9a34ec03899fa8ddffad2830710969b59f1f7a (patch)
tree6613100a32652461e244f1b0c661686fe87e985a
parentcc40ead2094f9720cebb7d782aa9765a284617fc (diff)
downloadaur-ad9a34ec03899fa8ddffad2830710969b59f1f7a.tar.gz
add mingw-w64-configure to depends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a329609b467a..33899632fe1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = mingw-w64-tk
url = http://tcl.sourceforge.io
arch = any
license = custom
- makedepends = mingw-w64-gcc
+ makedepends = mingw-w64-configure
depends = mingw-w64-crt
depends = mingw-w64-zlib
depends = mingw-w64-tcl
diff --git a/PKGBUILD b/PKGBUILD
index 64bf4aa6b2cf..39246264084d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgrel=1
pkgdesc="A windowing toolkit for use with tcl (mingw-w64)"
arch=(any)
depends=(mingw-w64-crt mingw-w64-zlib mingw-w64-tcl)
-makedepends=(mingw-w64-gcc)
+makedepends=(mingw-w64-configure)
options=(staticlibs !strip !buildflags)
license=("custom")
url="http://tcl.sourceforge.io"