[arch-commits] Commit in solidity/repos/community-x86_64 (PKGBUILD PKGBUILD)
Nicola Squartini
tensor5 at archlinux.org
Thu May 17 14:36:06 UTC 2018
Date: Thursday, May 17, 2018 @ 14:36:05
Author: tensor5
Revision: 323844
archrelease: copy trunk to community-x86_64
Added:
solidity/repos/community-x86_64/PKGBUILD
(from rev 323843, solidity/trunk/PKGBUILD)
Deleted:
solidity/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 87 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 45 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-17 14:35:46 UTC (rev 323843)
+++ PKGBUILD 2018-05-17 14:36:05 UTC (rev 323844)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=solidity
-pkgver=0.4.23
-_commit=124ca40dc525a987a88176c6e5170978e82fa290
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-prepare() {
- cd ${pkgname}
-
- commithash=$(git rev-parse --short=8 HEAD)
- echo -n ${commithash} > commit_hash.txt
- echo -n > prerelease.txt
-}
-
-build() {
- cd ${pkgname}
-
- mkdir build
- cd build
- cmake \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DTESTS=OFF \
- ..
- make
-}
-
-package() {
- cd ${pkgname}/build
-
- make DESTDIR="${pkgdir}" install
-}
Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 323843, solidity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-17 14:36:05 UTC (rev 323844)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=solidity
+pkgver=0.4.24
+_commit=e67f0147998a9e3835ed3ce8bf6a0a0c634216c5
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+prepare() {
+ cd ${pkgname}
+
+ 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() {
+ cd ${pkgname}
+
+ mkdir build
+ cd build
+ cmake \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DTESTS=OFF \
+ ..
+ make
+}
+
+package() {
+ cd ${pkgname}/build
+
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list