summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2021-09-25 17:58:22 +0200
committerkewl fft2021-09-25 17:58:22 +0200
commita6124aaa4db680936c93ce88e14ff2b312f5c5fe (patch)
tree629d87aa9b6e545053c6417f68b398bcbe97c57a
parent83e2d4fc404e18028e7af47dd4e965e0a7e9ece0 (diff)
downloadaur-a6124aaa4db680936c93ce88e14ff2b312f5c5fe.tar.gz
Update to version 0.5.6-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d107c999e1fd..708064a0e5bd 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.5.5
+ pkgver = 0.5.6
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.5.5.tar.gz
- sha256sums = 60396fedde2546bb23d3b1a4f28a959387738c9906090d2fdd01b9e663eaa829
+ source = https://files.pythonhosted.org/packages/source/e/eth-account/eth-account-0.5.6.tar.gz
+ sha256sums = baef80956e88af5643f8602e72aab6bcd91d8a9f71dd03c7a7f1145f5e6fd694
pkgname = python-eth-account
diff --git a/PKGBUILD b/PKGBUILD
index b83ba26c2fee..c3e4d0f8668d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-eth-account'
_pkgname=${pkgname#python-}
-pkgver=0.5.5
+pkgver=0.5.6
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=('60396fedde2546bb23d3b1a4f28a959387738c9906090d2fdd01b9e663eaa829')
+sha256sums=('baef80956e88af5643f8602e72aab6bcd91d8a9f71dd03c7a7f1145f5e6fd694')
build() {
cd $_pkgname-$pkgver