[arch-commits] Commit in meson/trunk (PKGBUILD arch-meson)

Jan Steffens heftig at archlinux.org
Thu Jan 17 15:42:52 UTC 2019


    Date: Thursday, January 17, 2019 @ 15:42:51
  Author: heftig
Revision: 344392

0.49.0-2: enable PIE

Modified:
  meson/trunk/PKGBUILD
  meson/trunk/arch-meson

------------+
 PKGBUILD   |    4 ++--
 arch-meson |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-17 13:48:41 UTC (rev 344391)
+++ PKGBUILD	2019-01-17 15:42:51 UTC (rev 344392)
@@ -4,7 +4,7 @@
 
 pkgname=meson
 pkgver=0.49.0
-pkgrel=1
+pkgrel=2
 pkgdesc='High productivity build system'
 url='http://mesonbuild.com/'
 arch=('any')
@@ -19,7 +19,7 @@
         arch-meson)
 sha512sums=('f36994d1a030c985a51aa335eaceea608dcb1692cea7d2d4caeeb2b3bf471837dffdc502aa940742eb8c605d15b8adb35ba36b7da5d10455b7fd0ef5a48663e3'
             'SKIP'
-            'f9e93c14913e7391b16f9dd011c63d6af9be897f2afed94015ae7959526d99f4bc774a608ce20571f0bdf32688287836859787d931fb0662777b5ce13c4af31a')
+            'f2a5e0f331a5ccf25fc8a440472548fedde9dbf4d562ec13baf502cf549d6ed35d61933dedeb8fafef261a28d4b568e897a004d435475e73dc0ed6d3427ba5b7')
 validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen <jpakkane at gmail.com>
 
 prepare() {

Modified: arch-meson
===================================================================
--- arch-meson	2019-01-17 13:48:41 UTC (rev 344391)
+++ arch-meson	2019-01-17 15:42:51 UTC (rev 344392)
@@ -19,4 +19,5 @@
   --auto-features  enabled \
   --wrap-mode      nofallback \
   -D               b_lto=true \
+  -D               b_pie=true \
   "$@"



More information about the arch-commits mailing list