[arch-commits] Commit in geth/repos (4 files)
Nicola Squartini
tensor5 at archlinux.org
Mon Nov 28 14:39:38 UTC 2016
Date: Monday, November 28, 2016 @ 14:39:38
Author: tensor5
Revision: 197154
archrelease: copy trunk to community-i686, community-x86_64
Added:
geth/repos/community-i686/PKGBUILD
(from rev 197153, geth/trunk/PKGBUILD)
geth/repos/community-x86_64/PKGBUILD
(from rev 197153, 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 2016-11-28 14:39:10 UTC (rev 197153)
+++ community-i686/PKGBUILD 2016-11-28 14:39:38 UTC (rev 197154)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=geth
-pkgver=1.5.3
-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=('befbd77321f73a3fe86616d4307f5b3d895308d85c4154f85e52fe56f647da75')
-
-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 197153, geth/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-28 14:39:38 UTC (rev 197154)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=geth
+pkgver=1.5.4
+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=('8dcf5e511b6255d20e00ba421d9c71cdb7204b63ff31f0202a51723501539038')
+
+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 2016-11-28 14:39:10 UTC (rev 197153)
+++ community-x86_64/PKGBUILD 2016-11-28 14:39:38 UTC (rev 197154)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=geth
-pkgver=1.5.3
-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=('befbd77321f73a3fe86616d4307f5b3d895308d85c4154f85e52fe56f647da75')
-
-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 197153, geth/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-11-28 14:39:38 UTC (rev 197154)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=geth
+pkgver=1.5.4
+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=('8dcf5e511b6255d20e00ba421d9c71cdb7204b63ff31f0202a51723501539038')
+
+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