summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2021-12-12 20:57:09 +0000
committerkewl fft2021-12-12 20:57:09 +0000
commit9ff69f7f1ef5cfde41084fa4c235b9efc8e5b54a (patch)
tree7ae51ca637ed31ccef4903724e27c3ec90102042
parent635fe80fe23e63b7e8d59f59c72c7c87f038e7a9 (diff)
downloadaur-9ff69f7f1ef5cfde41084fa4c235b9efc8e5b54a.tar.gz
Update to version 0.4.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d43dbb19bc3c..7b9c0545af2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-eth-keys
pkgdesc = A common API for Ethereum key operations with pluggable backends
- pkgver = 0.3.3
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/ethereum/eth-keys
arch = any
license = GPL3
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/e/eth-keys/eth-keys-0.3.3.tar.gz
- sha256sums = a9a1e83e443bd369265b1a1b66dc30f6841bdbb3577ecd042e037b7b405b6cb0
+ source = https://files.pythonhosted.org/packages/source/e/eth-keys/eth-keys-0.4.0.tar.gz
+ sha256sums = 7d18887483bc9b8a3fdd8e32ddcb30044b9f08fcb24a380d93b6eee3a5bb3216
pkgname = python-eth-keys
diff --git a/PKGBUILD b/PKGBUILD
index 0d74a36ee5c5..e6993c545d2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-eth-keys'
_pkgname=${pkgname#python-}
-pkgver=0.3.3
+pkgver=0.4.0
pkgrel=1
pkgdesc="A common API for Ethereum key operations with pluggable backends"
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=('a9a1e83e443bd369265b1a1b66dc30f6841bdbb3577ecd042e037b7b405b6cb0')
+sha256sums=('7d18887483bc9b8a3fdd8e32ddcb30044b9f08fcb24a380d93b6eee3a5bb3216')
build() {
cd $_pkgname-$pkgver