aboutsummaryrefslogtreecommitdiffstats
path: root/community/geth/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-01-21 19:35:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-01-21 19:35:05 +0000
commitd348141fc830b82477b6eec6741e21f54514ceb2 (patch)
tree4231d5d8c9338e1e306e92ffe3038d8b77465323 /community/geth/APKBUILD
parentbd1f58baa13ccea29f7efca4fb1c4bc97c86e725 (diff)
downloadaports-d348141fc830b82477b6eec6741e21f54514ceb2.tar.bz2
aports-d348141fc830b82477b6eec6741e21f54514ceb2.tar.xz
community/geth: fix build on ppc64le
patch seems to no longer be needed.
Diffstat (limited to 'community/geth/APKBUILD')
-rw-r--r--community/geth/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/community/geth/APKBUILD b/community/geth/APKBUILD
index e4bd202ce3..c41f706025 100644
--- a/community/geth/APKBUILD
+++ b/community/geth/APKBUILD
@@ -10,8 +10,7 @@ license="LGPL-3.0"
makedepends="go linux-headers"
checkdepends="fuse"
options="!check"
-source="$pkgname-$pkgver.tar.gz::https://github.com/ethereum/go-ethereum/archive/v$pkgver.tar.gz
- fix-ppc64le-isatty.patch"
+source="$pkgname-$pkgver.tar.gz::https://github.com/ethereum/go-ethereum/archive/v$pkgver.tar.gz"
builddir="$srcdir/go-ethereum-$pkgver"
build() {
@@ -30,5 +29,4 @@ package() {
install -m755 -t "${pkgdir}"/usr/bin build/bin/*
}
-sha512sums="807acab8a61fd2708c88a1ab69b2f0a961b9dd4fec55edbb7329d1c358619d4f3e4137319c5231a8cf07ecb10f29506d6e7a8120e0c67e760dedc46171bb31fb geth-1.8.21.tar.gz
-7f1d4cf22e1d48baebd28725ee099cb878028980af336b6e92d1f580a24a7d11e8b302e2b1f8c14f5b18b1d01313abe43464d8bef631ca18e5b0d613fe0a10a0 fix-ppc64le-isatty.patch"
+sha512sums="807acab8a61fd2708c88a1ab69b2f0a961b9dd4fec55edbb7329d1c358619d4f3e4137319c5231a8cf07ecb10f29506d6e7a8120e0c67e760dedc46171bb31fb geth-1.8.21.tar.gz"