summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2025-04-26 04:34:18 +0800
committerlilac2025-04-26 04:34:18 +0800
commit9ef4f3a590a6a03244c1907d83ce6c443abb4b12 (patch)
tree6c58356eeba8ef563af4a4b49e127b6f6ff2890b
parent793957bd5a116c3315840e89823e973e878f601f (diff)
downloadaur-9ef4f3a590a6a03244c1907d83ce6c443abb4b12.tar.gz
[lilac] updated to 0.12.0b3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bcf69480f83..bd608beb1ca6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-py-evm
pkgdesc = A Python implementation of the Ethereum Virtual Machine
- pkgver = 0.12.0b2
+ pkgver = 0.12.0b3
pkgrel = 1
url = https://github.com/ethereum/py-evm
arch = any
@@ -23,7 +23,7 @@ pkgbase = python-py-evm
depends = python-ckzg
depends = python-toolz
depends = python-pycryptodome
- source = https://files.pythonhosted.org/packages/source/p/py_evm/py_evm-0.12.0b2.tar.gz
- sha512sums = e926e05d0a97d341a0dd710a961aaaf77eda1f3aa319eb2bfb13be7a670753127305ceee16ec3b9ee96d300994382b67816084fb2fc748de131c6a6d013f4280
+ source = https://files.pythonhosted.org/packages/source/p/py_evm/py_evm-0.12.0b3.tar.gz
+ sha512sums = e5afcfae6a38375d7dbc7a97e85e8d4ca971c64d64595171fac7b7426be33ed7c33ffa72106c48d2d67db07404e7f4449886446bac83a4525cce4b7ed9984fcb
pkgname = python-py-evm
diff --git a/PKGBUILD b/PKGBUILD
index 3709f74a38b1..d30370708c3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=py-evm
pkgname=python-${_name}
-pkgver=0.12.0b2
+pkgver=0.12.0b3
pkgrel=1
pkgdesc="A Python implementation of the Ethereum Virtual Machine"
arch=(any)
@@ -12,7 +12,7 @@ depends=(python python-cached-property python-eth-bloom python-eth-hash python-e
makedepends=(python-build python-installer python-setuptools python-wheel)
# hyphen in git tag, hard to automated upgrade
source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name//-/_}/${_name//-/_}-$pkgver.tar.gz)
-sha512sums=('e926e05d0a97d341a0dd710a961aaaf77eda1f3aa319eb2bfb13be7a670753127305ceee16ec3b9ee96d300994382b67816084fb2fc748de131c6a6d013f4280')
+sha512sums=('e5afcfae6a38375d7dbc7a97e85e8d4ca971c64d64595171fac7b7426be33ed7c33ffa72106c48d2d67db07404e7f4449886446bac83a4525cce4b7ed9984fcb')
build() {
cd ${_name//-/_}-$pkgver