summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--mingw-make.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a23e15e873f6..1639e11ec0ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-make
pkgdesc = Make wrapper for MinGW (mingw-w64)
pkgver = 1
- pkgrel = 4
+ pkgrel = 5
url = http://fedoraproject.org/wiki/MinGW
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 6f613845d7be..003d3a8ec386 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-make
pkgver=1
-pkgrel=4
+pkgrel=5
arch=('any')
pkgdesc="Make wrapper for MinGW (mingw-w64)"
depends=('mingw-w64-gcc' 'mingw-w64-environment')
diff --git a/mingw-make.sh b/mingw-make.sh
index 2809bc61e617..b2396358cb1c 100644
--- a/mingw-make.sh
+++ b/mingw-make.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
. /usr/bin/mingw-env @TRIPLE@