[arch-commits] Commit in geth/repos (4 files)
Nicola Squartini
tensor5 at archlinux.org
Tue Feb 14 10:56:29 UTC 2017
Date: Tuesday, February 14, 2017 @ 10:56:28
Author: tensor5
Revision: 212350
archrelease: copy trunk to community-i686, community-x86_64
Added:
geth/repos/community-i686/PKGBUILD
(from rev 212349, geth/trunk/PKGBUILD)
geth/repos/community-x86_64/PKGBUILD
(from rev 212349, geth/trunk/PKGBUILD)
Deleted:
geth/repos/community-i686/PKGBUILD
geth/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 52 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 26 ----------------------
community-x86_64/PKGBUILD | 26 ----------------------
3 files changed, 52 insertions(+), 52 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-02-14 10:55:50 UTC (rev 212349)
+++ community-i686/PKGBUILD 2017-02-14 10:56:28 UTC (rev 212350)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=geth
-pkgver=1.5.8
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz")
-sha256sums=('1b65c18c6da26e92bef230eb44a74708f561014d924ec695145f92381c3026bf')
-
-build() {
- cd go-ethereum-${pkgver}
-
- make all
-}
-
-package() {
- cd go-ethereum-${pkgver}
-
- install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}
Copied: geth/repos/community-i686/PKGBUILD (from rev 212349, geth/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-14 10:56:28 UTC (rev 212350)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=geth
+pkgver=1.5.9
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz")
+sha256sums=('2dc83e8c4f741f75712379097063433252b4e2e14f3257e567ccbacae4559738')
+
+build() {
+ cd go-ethereum-${pkgver}
+
+ make all
+}
+
+package() {
+ cd go-ethereum-${pkgver}
+
+ install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-02-14 10:55:50 UTC (rev 212349)
+++ community-x86_64/PKGBUILD 2017-02-14 10:56:28 UTC (rev 212350)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=geth
-pkgver=1.5.8
-pkgrel=1
-pkgdesc='Official golang implementation of the Ethereum protocol'
-arch=('i686' 'x86_64')
-url='http://geth.ethereum.org/'
-license=('GPL3')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz")
-sha256sums=('1b65c18c6da26e92bef230eb44a74708f561014d924ec695145f92381c3026bf')
-
-build() {
- cd go-ethereum-${pkgver}
-
- make all
-}
-
-package() {
- cd go-ethereum-${pkgver}
-
- install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
-}
Copied: geth/repos/community-x86_64/PKGBUILD (from rev 212349, geth/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-02-14 10:56:28 UTC (rev 212350)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=geth
+pkgver=1.5.9
+pkgrel=1
+pkgdesc='Official golang implementation of the Ethereum protocol'
+arch=('i686' 'x86_64')
+url='http://geth.ethereum.org/'
+license=('GPL3')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethereum/go-ethereum/archive/v${pkgver}.tar.gz")
+sha256sums=('2dc83e8c4f741f75712379097063433252b4e2e14f3257e567ccbacae4559738')
+
+build() {
+ cd go-ethereum-${pkgver}
+
+ make all
+}
+
+package() {
+ cd go-ethereum-${pkgver}
+
+ install -Dm755 -t "${pkgdir}"/usr/bin build/bin/*
+}
More information about the arch-commits
mailing list