summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21c29f21d9c1..fc222321f434 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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=develop
sha256sums = SKIP
pkgname = geth-git
diff --git a/PKGBUILD b/PKGBUILD
index 6922fd7c3baf..31769456852f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,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=develop")
sha256sums=('SKIP')
pkgver() {