summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Kitover2016-12-13 09:58:11 -0500
committerRafael Kitover2016-12-13 09:58:11 -0500
commitd7fc077d8e69b3f44ec88c24d95f02431d76abf3 (patch)
tree8cd2fb335fdee101277fd20b8af6cc18d6ae670f
parent683c30307d2f2fc8cf27f9a6b0ea80eb1b65e1b6 (diff)
downloadaur-d7fc077d8e69b3f44ec88c24d95f02431d76abf3.tar.gz
revert makedep -headers back to -headers-git
This will hopefully fix the bug in libuuid, or not, but now that I updated -headers-git it should be correct in any case.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ed9b053c2ae..aeaa665d8a2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-crt-git
makedepends = git
makedepends = mingw-w64-gcc
makedepends = mingw-w64-binutils
- makedepends = mingw-w64-headers
+ makedepends = mingw-w64-headers-git
provides = mingw-w64-crt
conflicts = mingw-w64-crt
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index b0136b318a84..ec755a6393d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('any')
url='http://mingw-w64.sourceforge.net'
license=('custom')
groups=('mingw-w64-toolchain' 'mingw-w64')
-makedepends=('git' 'mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-headers')
+makedepends=('git' 'mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-headers-git')
provides=('mingw-w64-crt')
conflicts=('mingw-w64-crt')
options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')