summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a81bb6f2209..92d7a9ba2a8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-eth-account
pkgdesc = Sign Ethereum transactions and messages with local private keys
- pkgver = 0.7.0
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/ethereum/eth-account
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-eth-account
depends = python-eth-utils
depends = python-hexbytes
depends = python-rlp
- source = https://files.pythonhosted.org/packages/source/e/eth-account/eth-account-0.7.0.tar.gz
- sha256sums = 61360e9e514e09e49929ed365ca0e1656758ecbd11248c629ad85b4335c2661a
+ source = https://files.pythonhosted.org/packages/source/e/eth-account/eth-account-0.8.0.tar.gz
+ sha256sums = ccb2d90a16c81c8ea4ca4dc76a70b50f1d63cea6aff3c5a5eddedf9e45143eca
pkgname = python-eth-account
diff --git a/PKGBUILD b/PKGBUILD
index 9218d1cd87c7..1526d5c01fb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-eth-account'
_pkgname=${pkgname#python-}
-pkgver=0.7.0
+pkgver=0.8.0
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=('61360e9e514e09e49929ed365ca0e1656758ecbd11248c629ad85b4335c2661a')
+sha256sums=('ccb2d90a16c81c8ea4ca4dc76a70b50f1d63cea6aff3c5a5eddedf9e45143eca')
build() {
cd $_pkgname-$pkgver