summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2019-11-17 12:03:10 +0100
committerNicola Murino2019-11-17 12:03:10 +0100
commit86d2ef8da08753fc533603b2bdf38d4c1e7700b9 (patch)
treef21dfc9e186d21128c69376caa71d499c291d959 /PKGBUILD
parentc858eabb6ed05a17bfdae1e00ef4d45cd79e5f27 (diff)
downloadaur-86d2ef8da08753fc533603b2bdf38d4c1e7700b9.tar.gz
add cmake to binaries
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62e4265d5d2f..578b4ddfe682 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-meson
pkgver=1
-pkgrel=12
+pkgrel=13
arch=('any')
pkgdesc="Meson wrapper for MinGW (mingw-w64)"
depends=('meson' 'mingw-w64-gcc' 'mingw-w64-pkg-config')
@@ -10,7 +10,7 @@ license=("GPL")
url="http://fedoraproject.org/wiki/MinGW"
source=("toolchain-mingw.meson"
"meson-mingw-wrapper")
-sha256sums=('93534298ffca5eeaaf4d2d06f092d5acb28def931be71fd2c5004043e05fd68c'
+sha256sums=('d48aeb520edd7481cc70ce4c72759a2747f5c5fb44810aa80255b4eb951ef6f9'
'c91f2bbcafad7b742f13c6bd46324a03b70066b348621ce6a20f4a05005985ef')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"