[arch-commits] Commit in solidity/repos/community-x86_64 (PKGBUILD PKGBUILD)

Nicola Squartini tensor5 at archlinux.org
Wed May 6 02:34:23 UTC 2020


    Date: Wednesday, May 6, 2020 @ 02:34:22
  Author: tensor5
Revision: 624999

archrelease: copy trunk to community-x86_64

Added:
  solidity/repos/community-x86_64/PKGBUILD
    (from rev 624998, solidity/trunk/PKGBUILD)
Deleted:
  solidity/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 02:33:54 UTC (rev 624998)
+++ PKGBUILD	2020-05-06 02:34:22 UTC (rev 624999)
@@ -1,41 +0,0 @@
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=solidity
-pkgver=0.6.6
-_commit=6c089d02b22068e4818d7be76d98e483065bdcd1
-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 624998, solidity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-06 02:34:22 UTC (rev 624999)
@@ -0,0 +1,41 @@
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=solidity
+pkgver=0.6.7
+_commit=b8d736ae0c506b1b3cf5d2456af67e8dc2c0ca8e
+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