diff options
author | kewl fft | 2021-12-12 20:57:09 +0000 |
---|---|---|
committer | kewl fft | 2021-12-12 20:57:09 +0000 |
commit | 9ff69f7f1ef5cfde41084fa4c235b9efc8e5b54a (patch) | |
tree | 7ae51ca637ed31ccef4903724e27c3ec90102042 | |
parent | 635fe80fe23e63b7e8d59f59c72c7c87f038e7a9 (diff) | |
download | aur-9ff69f7f1ef5cfde41084fa4c235b9efc8e5b54a.tar.gz |
Update to version 0.4.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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 |