summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2022-04-12 12:41:45 +0200
committerkewl fft2022-04-12 12:41:45 +0200
commita1805ef824b90b041e00f8a8c38264ba1bcd40ad (patch)
tree49f1a329feac3242287e4632681498402be0cc12
parente678b71e71ac2c5b037b3c989921d10f00c04ad2 (diff)
downloadaur-a1805ef824b90b041e00f8a8c38264ba1bcd40ad.tar.gz
Update to version 0.6.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77c0aa506682..2dc8a88b2861 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.0
+ pkgver = 0.6.1
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.0.tar.gz
- sha256sums = ffae2b8be86320a4159ae90300804a6a9d34fd72c2ba8d4be7fabc0be833d65d
+ source = https://files.pythonhosted.org/packages/source/e/eth-account/eth-account-0.6.1.tar.gz
+ sha256sums = 54b0b7d661e73f4cd12d508c9baa5c9a6e8c194aa7bafc39277cd673683ae50e
pkgname = python-eth-account
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