summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2022-08-28 14:57:05 +0200
committerkewl fft2022-08-28 14:57:05 +0200
commit2ac0aebc1014644f6c7365aac2c55bb420940823 (patch)
treed39a577afeffc32f471cd0ddf5c15308671f62f6
parenta1805ef824b90b041e00f8a8c38264ba1bcd40ad (diff)
downloadaur-2ac0aebc1014644f6c7365aac2c55bb420940823.tar.gz
Update to version 0.7.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dc8a88b2861..0a81bb6f2209 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.6.1
+ pkgver = 0.7.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.6.1.tar.gz
- sha256sums = 54b0b7d661e73f4cd12d508c9baa5c9a6e8c194aa7bafc39277cd673683ae50e
+ source = https://files.pythonhosted.org/packages/source/e/eth-account/eth-account-0.7.0.tar.gz
+ sha256sums = 61360e9e514e09e49929ed365ca0e1656758ecbd11248c629ad85b4335c2661a
pkgname = python-eth-account
diff --git a/PKGBUILD b/PKGBUILD
index 536b6a420b19..9218d1cd87c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-eth-account'
_pkgname=${pkgname#python-}
-pkgver=0.6.1
+pkgver=0.7.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=('54b0b7d661e73f4cd12d508c9baa5c9a6e8c194aa7bafc39277cd673683ae50e')
+sha256sums=('61360e9e514e09e49929ed365ca0e1656758ecbd11248c629ad85b4335c2661a')
build() {
cd $_pkgname-$pkgver