summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author5chdn2016-10-05 09:43:53 +0200
committer5chdn2016-10-05 09:43:53 +0200
commit8e73cbcd7c05c4d3aba310b4c5c2bec439004c49 (patch)
treeb88af92f0216a031b4ae913b915a1c573edd78bf /PKGBUILD
parentec5696005c83eaa44da46e4a48177d3d97e4badc (diff)
downloadaur-8e73cbcd7c05c4d3aba310b4c5c2bec439004c49.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
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...'