summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-05-07 12:09:23 -0500
committerCarlos Aznarán2024-05-07 12:09:23 -0500
commit07b72ebd2da8518fa899a1f1ae159261702f5a0d (patch)
treee5785eaeb5f40a3f5b870aa56577951a4972b3a1 /PKGBUILD
parentcafc88e7d0581b6969844589dba3f4e97032b0b4 (diff)
downloadaur-python-eth-typing.tar.gz
Bump version to 4.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2501574e5d3..121efe2303ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: algebro <algebro at tuta dot io>
_base=eth-typing
pkgname=python-${_base}
-pkgver=4.2.2
+pkgver=4.2.3
pkgrel=1
pkgdesc="Common type annotations for ethereum python packages"
arch=(x86_64)
@@ -11,7 +11,7 @@ license=(MIT)
depends=(python)
makedepends=(python-build python-installer python-setuptools python-wheel)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('eb2386215c43835e10643199d33c502c925c7ee5707293145dc23711ae83a07a98e8d2bf388637e000e386d52c7bdf092575726f7562f63996368f2b38ef5ffe')
+sha512sums=('df12a870f6a4fbacd8b55a4632235cd353fb03b4b135d0c1d7e4b3b99189693e350467fafc9637bbf1f067237a312753f1cc9abff2e5baae6e250b27ec011483')
build() {
cd ${_base}-${pkgver}