[arch-commits] Commit in solidity/repos/community-x86_64 (PKGBUILD PKGBUILD)
Nicola Squartini
tensor5 at gemini.archlinux.org
Sat May 21 16:40:51 UTC 2022
Date: Saturday, May 21, 2022 @ 16:40:50
Author: tensor5
Revision: 1209864
archrelease: copy trunk to community-x86_64
Added:
solidity/repos/community-x86_64/PKGBUILD
(from rev 1209863, solidity/trunk/PKGBUILD)
Deleted:
solidity/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-21 16:40:43 UTC (rev 1209863)
+++ PKGBUILD 2022-05-21 16:40:50 UTC (rev 1209864)
@@ -1,41 +0,0 @@
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=solidity
-pkgver=0.8.13
-_commit=abaa5c0eb321aab4cd09617598696172378a4b83
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('cvc4' 'z3')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#commit=${_commit}")
-sha512sums=('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 1209863, solidity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-21 16:40:50 UTC (rev 1209864)
@@ -0,0 +1,41 @@
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=solidity
+pkgver=0.8.14
+_commit=80d49f37028b13e162951b6b67b0a42f477ba93c
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('cvc4' 'z3')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit}")
+sha512sums=('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
+}
More information about the arch-commits
mailing list