summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 906938945fd8..12f6794bb7ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 20 11:00:14 UTC 2016
+# Fri Oct 7 20:19:32 UTC 2016
pkgbase = geth-git
pkgdesc = Ethereum Go Client
- pkgver = 1.4.12.r0.g421df86
+ pkgver = 1.4.16.r17.g6881525
pkgrel = 1
url = https://github.com/ethereum/go-ethereum
arch = i686
@@ -16,7 +16,7 @@ pkgbase = geth-git
conflicts = geth-git
conflicts = go-ethereum
conflicts = go-ethereum-git
- source = geth-git::git+https://github.com/ethereum/go-ethereum.git
+ source = geth-git::git+https://github.com/ethereum/go-ethereum.git#branch=master
sha256sums = SKIP
pkgname = geth-git
diff --git a/PKGBUILD b/PKGBUILD
index d3818e4b685e..1cd66182c731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {