summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-05-07 12:07:40 -0500
committerCarlos Aznarán2024-05-07 12:07:40 -0500
commitf8e6b612c5ab81a8242c569b670129088cc4b7a8 (patch)
tree831a29847b8c9b3d19e8f2b99ee3023f712ece16 /PKGBUILD
parentbb6b996b0fbe9968e0ceb0c9eedc8ece05289e6a (diff)
downloadaur-python-eth-utils.tar.gz
Bump version to 4.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41f994030019..d0434810cabf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: algebro <algebro at tuta dot io>
_base=eth-utils
pkgname=python-$_base
-pkgver=4.1.0
+pkgver=4.1.1
pkgrel=1
pkgdesc="Common utility functions for python code that interacts with Ethereum"
arch=(x86_64)
@@ -11,7 +11,7 @@ license=(MIT)
depends=(python-eth-hash python-eth-typing python-cytoolz)
makedepends=(python-build python-installer python-setuptools python-wheel)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('011f17f4ecf3c9116f79baad722b94554c4621dc0a72ef80b62bf106975a7d270daa9ed0572e78358f71674c6cb27566513c1cf2a64f2ce564840958b1222613')
+sha512sums=('dd0f59e6f822a92f469bf4a0e6c7fe3de14b85f63338293d1e234a269422f0340bfe92b4dd745d146078460ebba91b7b6d490e786833cf709eb4d32d85434a8e')
build() {
cd ${_base}-${pkgver}