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

Nicola Squartini tensor5 at archlinux.org
Wed Apr 18 09:05:27 UTC 2018


    Date: Wednesday, April 18, 2018 @ 09:05:26
  Author: tensor5
Revision: 316854

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-18 09:02:47 UTC (rev 316853)
+++ PKGBUILD	2018-04-18 09:05:26 UTC (rev 316854)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=solidity
-pkgver=0.4.21
-_commit=dfe3193c7382c80f1814247a162663a97c3f5e67
-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 316853, solidity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-18 09:05:26 UTC (rev 316854)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=solidity
+pkgver=0.4.22
+_commit=4cb486ee993cadde5564fb6c611d2bcf4fc44414
+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
+}



More information about the arch-commits mailing list