summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2015-08-03 09:53:12 -0400
committerDavid Parrish2015-08-03 09:53:12 -0400
commit0c13c061bfacebdb352683c6ceb49807191448f0 (patch)
tree5c41d9d14ca0d3a1b7d86abad9d2eaff2dda44de
parent6646654ab674dfb5e4614ac24491ba3194eeaea0 (diff)
downloadaur-0c13c061bfacebdb352683c6ceb49807191448f0.tar.gz
Update licnense to GPL3 and LGPL3 from MIT
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3987a0b11a62..dfdabe70cd94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = geth-git
pkgdesc = Ethereum Go Client
- pkgver = v0.9.26.r391.g22c7ce0
+ pkgver = v0.9.39.r48.gdb988a4
pkgrel = 1
url = https://github.com/ethereum/go-ethereum
arch = i686
arch = x86_64
- license = MIT
+ license = LGPL3
+ license = GPL3
makedepends = go
makedepends = gmp
source = geth-git::git+https://github.com/ethereum/go-ethereum.git
diff --git a/PKGBUILD b/PKGBUILD
index 2e625a9b4d6a..0456e80aaa96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: David Parrish <daveparrish@gmail.com>
pkgname=geth-git
-pkgver=v0.9.26.r391.g22c7ce0
+pkgver=v0.9.39.r48.gdb988a4
pkgrel=1
pkgdesc="Ethereum Go Client"
arch=('i686' 'x86_64')
url="https://github.com/ethereum/go-ethereum"
-license=('MIT')
+license=('LGPL3' 'GPL3')
makedepends=('go' 'gmp')
source=("${pkgname}::git+https://github.com/ethereum/go-ethereum.git")
sha256sums=('SKIP')
@@ -22,8 +22,7 @@ build() {
}
package() {
-
cd "$pkgbase"
install -Dm755 build/bin/geth "$pkgdir"/usr/bin/geth
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}