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

Antonio Rojas arojas at archlinux.org
Wed Nov 28 21:02:59 UTC 2018


    Date: Wednesday, November 28, 2018 @ 21:02:58
  Author: arojas
Revision: 340568

PIE rebuild

Modified:
  mono-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-28 20:49:18 UTC (rev 340567)
+++ PKGBUILD	2018-11-28 21:02:58 UTC (rev 340568)
@@ -10,7 +10,7 @@
 
 pkgname=mono-tools
 pkgver=4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="collection of testing and development tools for use with mono (including monodoc browser)"
 arch=(x86_64)
 license=('GPL')
@@ -27,6 +27,8 @@
 prepare() {
   cd $pkgname-$pkgver
   mv configure.in configure.ac
+
+  sed -e 's/-warnaserror+//' -i gendarme/options.make # Fix build with newer mono
 }
 
 build() {



More information about the arch-commits mailing list