summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2018-05-08 14:35:08 +0200
committerNicola Murino2018-05-08 14:35:08 +0200
commita3253e8c490d02aee0803c98a4f88176a17ace1c (patch)
tree3c7793211e29af54b23e95acbc7f15d1fd445f8a /PKGBUILD
parentb241765eb80a11fce660db3dd097c09ce1e57881 (diff)
downloadaur-a3253e8c490d02aee0803c98a4f88176a17ace1c.tar.gz
add arch's cflags
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc439de84dc9..af851636ee43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-meson
pkgver=1
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="Meson wrapper for MinGW (mingw-w64)"
depends=('meson' 'mingw-w64-gcc' 'mingw-w64-pkg-config')
@@ -9,7 +9,7 @@ optdepends=('wine: runtime support')
license=("GPL")
url="http://fedoraproject.org/wiki/MinGW"
source=("toolchain-mingw.meson")
-sha256sums=('c8392670b99692b6221efa7c553745f14e1824e0ae5081ad36bf003e83192b8c')
+sha256sums=('61477f5e313b16d24e6dd669a732953941ad9b648ad7a057e909da37cccd879e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() {