[arch-commits] Commit in solidity/repos/community-x86_64 (PKGBUILD PKGBUILD)
Nicola Squartini
tensor5 at archlinux.org
Wed May 1 08:21:50 UTC 2019
Date: Wednesday, May 1, 2019 @ 08:21:49
Author: tensor5
Revision: 457390
archrelease: copy trunk to community-x86_64
Added:
solidity/repos/community-x86_64/PKGBUILD
(from rev 457389, solidity/trunk/PKGBUILD)
Deleted:
solidity/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-01 08:20:57 UTC (rev 457389)
+++ PKGBUILD 2019-05-01 08:21:49 UTC (rev 457390)
@@ -1,44 +0,0 @@
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=solidity
-pkgver=0.5.7
-_commit=6da8b019e4a155d1f70abe7a3acc0f9765480a9e
-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
-}
Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 457389, solidity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-01 08:21:49 UTC (rev 457390)
@@ -0,0 +1,44 @@
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=solidity
+pkgver=0.5.8
+_commit=23d335f28e4055e67c3b22466ac7c4e41dc48344
+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