Date: Thursday, May 17, 2018 @ 14:35:45
  Author: tensor5
Revision: 323842

upgpkg: solidity 0.4.24-1

Modified:
  solidity/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-05-17 14:35:17 UTC (rev 323841)
+++ PKGBUILD    2018-05-17 14:35:45 UTC (rev 323842)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini <tens...@gmail.com>
 
 pkgname=solidity
-pkgver=0.4.23
-_commit=124ca40dc525a987a88176c6e5170978e82fa290
+pkgver=0.4.24
+_commit=e67f0147998a9e3835ed3ce8bf6a0a0c634216c5
 pkgrel=1
 pkgdesc='Contract-Oriented Programming Language'
 arch=('x86_64')
@@ -20,6 +20,9 @@
     commithash=$(git rev-parse --short=8 HEAD)
     echo -n ${commithash} > commit_hash.txt
     echo -n > prerelease.txt
+
+    # Fix for GCC 8
+    sed -e '/add_compile_options(-Wall)/d' -i cmake/EthCompilerSettings.cmake
 }
 
 build() {

Reply via email to