summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2017-11-28 23:38:33 -0500
committerMatthew McGinn2017-11-28 23:38:33 -0500
commitfb096b5e08f60aae74f610ccf8d65693fbb03ced (patch)
tree9b00f52a456adff6b2d3f2414c31792bf5b0be22 /PKGBUILD
parentc1365a341a5ea80a6d2330cb6729841cef509842 (diff)
downloadaur-pyethereum-git.tar.gz
bumping version to 20171127
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95f1dae1a337..87474860ad4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matthew McGinn <mamcgi@gmail.com>
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=pyethereum-git
-pkgver=20150731
+pkgver=20171127
pkgrel=1
pkgdesc="Ethereum Python client"
arch=('any')
@@ -16,7 +16,7 @@ makedepends=('git' 'python2-setuptools')
groups=('ethereum')
url="https://github.com/ethereum/pyethereum"
license=('MIT')
-source=(git+https://github.com/ethereum/pyethereum)
+source=("git+https://github.com/ethereum/pyethereum")
sha256sums=('SKIP')
provides=('pyethereum')
conflicts=('pyethereum')