summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-12-03 21:39:24 +0100
committerMichel Zou2021-12-03 21:39:24 +0100
commit346cec08ff8eb8e9624bdc774b7eb038002fa639 (patch)
tree9ee4fcef3821886863ef6605e04f5285afe52c77
parent37f7505050acda4888d8e3777c2f745b6a450ba4 (diff)
downloadaur-mingw-w64-make.tar.gz
bsh
-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@