summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 327984f76974..90302e757d08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 16 07:30:05 UTC 2016
+# Wed Oct 5 07:43:21 UTC 2016
pkgbase = solidity-git
pkgdesc = The Solidity Contract-Oriented Programming Language (Including solc, lllc; from latest unstable git version)
- pkgver = v0.4.0.r28.g6a80511
+ pkgver = v0.4.0.r59.gf52634a
pkgrel = 1
url = https://github.com/ethereum/solidity
arch = i686
@@ -30,7 +30,7 @@ pkgbase = solidity-git
provides = libsoldevcore
provides = libsolevmasm
provides = libsolidity
- source = solidity::git+https://github.com/ethereum/solidity
+ source = solidity::git+https://github.com/ethereum/solidity#branch=develop
sha256sums = SKIP
pkgname = solidity-git
diff --git a/PKGBUILD b/PKGBUILD
index 73c13b107fc2..1f0b081e5d66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Afri 5chdn <aur@cach.co>
pkgname=solidity-git
-pkgver=v0.4.0.r28.g6a80511
+pkgver=v0.4.0.r59.gf52634a
pkgrel=1
pkgdesc="The Solidity Contract-Oriented Programming Language (Including solc, lllc; from latest unstable git version)"
arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@ makedepends=(
groups=('ethereum')
url="https://github.com/ethereum/solidity"
license=('GPL')
-source=("${pkgname%-git}::git+https://github.com/ethereum/solidity")
+source=("${pkgname%-git}::git+https://github.com/ethereum/solidity#branch=develop")
sha256sums=('SKIP')
provides=(
'lll'
@@ -40,16 +40,12 @@ provides=(
pkgver() {
cd ${pkgname%-git}
- git checkout -q develop
- git pull -q
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {
msg 'Updating...'
cd ${pkgname%-git}
- git checkout develop
- git pull
git submodule update --init --recursive
msg 'Building...'