summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2022-01-22 16:07:54 +0100
committerkewl fft2022-01-22 16:07:54 +0100
commite678b71e71ac2c5b037b3c989921d10f00c04ad2 (patch)
tree3ce52001d4e26b475e0400c841dcef3a9686927b
parenta6124aaa4db680936c93ce88e14ff2b312f5c5fe (diff)
downloadaur-e678b71e71ac2c5b037b3c989921d10f00c04ad2.tar.gz
Update to version 0.6.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 708064a0e5bd..77c0aa506682 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.6
+ pkgver = 0.6.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.5.6.tar.gz
- sha256sums = baef80956e88af5643f8602e72aab6bcd91d8a9f71dd03c7a7f1145f5e6fd694
+ source = https://files.pythonhosted.org/packages/source/e/eth-account/eth-account-0.6.0.tar.gz
+ sha256sums = ffae2b8be86320a4159ae90300804a6a9d34fd72c2ba8d4be7fabc0be833d65d
pkgname = python-eth-account
diff --git a/PKGBUILD b/PKGBUILD
index c3e4d0f8668d..5dda3504e528 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-eth-account'
_pkgname=${pkgname#python-}
-pkgver=0.5.6
+pkgver=0.6.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=('baef80956e88af5643f8602e72aab6bcd91d8a9f71dd03c7a7f1145f5e6fd694')
+sha256sums=('ffae2b8be86320a4159ae90300804a6a9d34fd72c2ba8d4be7fabc0be833d65d')
build() {
cd $_pkgname-$pkgver