summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adddce92d5bf..ae00bd7c5fc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jan 12 10:50:51 UTC 2017
+# Fri Dec 21 18:04:27 UTC 2018
pkgbase = mingw-w64-popt
pkgdesc = A commandline option parser (mingw-w64)
pkgver = 1.16
@@ -7,7 +7,7 @@ pkgbase = mingw-w64-popt
url = http://rpm5.org
arch = any
license = custom
- makedepends = mingw-w64-gcc
+ makedepends = mingw-w64-configure
options = !strip
options = !buildflags
options = staticlibs
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)