summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5dda3504e528..536b6a420b19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-eth-account'
_pkgname=${pkgname#python-}
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc="Sign Ethereum transactions and messages with local private keys"
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
url="https://github.com/ethereum/$_pkgname"
license=('GPL3')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('ffae2b8be86320a4159ae90300804a6a9d34fd72c2ba8d4be7fabc0be833d65d')
+sha256sums=('54b0b7d661e73f4cd12d508c9baa5c9a6e8c194aa7bafc39277cd673683ae50e')
build() {
cd $_pkgname-$pkgver