mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/meson to 0.49.0-2
This commit is contained in:
parent
7b336846eb
commit
5bee4d16d1
2 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
pkgname=meson
|
pkgname=meson
|
||||||
pkgver=0.49.0
|
pkgver=0.49.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='High productivity build system'
|
pkgdesc='High productivity build system'
|
||||||
url='http://mesonbuild.com/'
|
url='http://mesonbuild.com/'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -23,7 +23,7 @@ source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${
|
||||||
arch-meson)
|
arch-meson)
|
||||||
sha512sums=('f36994d1a030c985a51aa335eaceea608dcb1692cea7d2d4caeeb2b3bf471837dffdc502aa940742eb8c605d15b8adb35ba36b7da5d10455b7fd0ef5a48663e3'
|
sha512sums=('f36994d1a030c985a51aa335eaceea608dcb1692cea7d2d4caeeb2b3bf471837dffdc502aa940742eb8c605d15b8adb35ba36b7da5d10455b7fd0ef5a48663e3'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'34df4d399ea7864be8bb4e97f4224a503df11206156b7ce7db5f7b6ffe62356b0fa550dd3e267da2295d56a8cd1624814f4c815596998afef87aebacf6d7754c')
|
'7d563d5c99a2a7144270c2f10f5b8ed571cae12f84d7f3dbd33d0b199eb21043eb03457e3d318f2e8fde1cfc69d7f8b90aaaf2af2276a1688b1395893a22a1ec')
|
||||||
validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen <jpakkane@gmail.com>
|
validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen <jpakkane@gmail.com>
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
|
@ -19,4 +19,5 @@ exec meson setup \
|
||||||
--auto-features enabled \
|
--auto-features enabled \
|
||||||
--wrap-mode nofallback \
|
--wrap-mode nofallback \
|
||||||
-D b_lto=false \
|
-D b_lto=false \
|
||||||
|
-D b_pie=true \
|
||||||
"$@"
|
"$@"
|
||||||
|
|
Loading…
Reference in a new issue