Sync mingw-w64-meson with AUR for gcc-ranlib

This commit is contained in:
Martchus 2018-09-08 19:02:20 +02:00
parent d597968272
commit 34e1e3e13e
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-meson
pkgver=1
pkgrel=8
pkgrel=8.1
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=('4ba3d46e1eb976b69f47b58edc51de1d01aba7362a18ec0715e1d209601f5a96'
sha256sums=('22afc1d001f3fa69f603755b113a167cc10e454e0782e02aa22dbb92b00c4e39'
'd02f4469567104c03d908b1eb7cd2093342bf84b58bd2dc458e33ffd708b5ccb')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"

View File

@ -4,7 +4,7 @@ cpp = '@TRIPLE@-g++'
fortran = '@TRIPLE@-gfortran'
ar = '@TRIPLE@-gcc-ar'
pkgconfig = '@TRIPLE@-pkg-config'
ranlib = '@TRIPLE@-ranlib'
ranlib = '@TRIPLE@-gcc-ranlib'
strip = '@TRIPLE@-strip'
windres = '@TRIPLE@-windres'
exe_wrapper = '@TRIPLE@-wine'