diff options
author | 5chdn | 2016-10-07 22:19:51 +0200 |
---|---|---|
committer | 5chdn | 2016-10-07 22:19:51 +0200 |
commit | 00d83bd175d21b1a0406e65cb39f7f57d9594eeb (patch) | |
tree | 5a8a621b09aac4845db02082c8e1ee6c6b3761a2 /PKGBUILD | |
parent | aeca0995ec631f50aebe07f9a60b2d59f319bc04 (diff) | |
download | aur-00d83bd175d21b1a0406e65cb39f7f57d9594eeb.tar.gz |
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Co-Maintainer: Afri 5chdn <aur@cach.co> pkgname=geth-git -pkgver=1.4.12.r0.g421df86 +pkgver=1.4.16.r17.g6881525 pkgrel=1 pkgdesc="Ethereum Go Client" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ conflicts=( 'go-ethereum-git' ) provides=('geth') -source=("${pkgname}::git+https://github.com/ethereum/go-ethereum.git") +source=("${pkgname}::git+https://github.com/ethereum/go-ethereum.git#branch=master") sha256sums=('SKIP') pkgver() { |