summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-04-16 19:32:57 -0500
committerCarlos Aznarán2024-04-16 19:32:57 -0500
commit25eece2404306ceb4bdc08e1d86a8a99c07e9dac (patch)
tree433c1197238268003a2389e7fc38cc23c85a337b
parentbfafb8de018183b136cc0cd63e6e56cc9bb78c5a (diff)
downloadaur-25eece2404306ceb4bdc08e1d86a8a99c07e9dac.tar.gz
Bump version to 4.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c466a6dddbe6..0d4c4355ef27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-eth-typing
pkgdesc = Common type annotations for ethereum python packages
- pkgver = 4.2.0
+ pkgver = 4.2.1
pkgrel = 1
url = https://github.com/ethereum/eth-typing
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = python-eth-typing
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source = eth-typing-4.2.0.tar.gz::https://github.com/ethereum/eth-typing/archive/v4.2.0.tar.gz
- sha512sums = 510bf794136cb8b7d7b972e4df5c17b35a6f0f8b0ba3d979c0d16e4bf9d26cb387e48191b2efa9709ca76aa67064276cba471e25d39ff7176938e737ad2c9f57
+ source = eth-typing-4.2.1.tar.gz::https://github.com/ethereum/eth-typing/archive/v4.2.1.tar.gz
+ sha512sums = 4eee12ac189c717b7985fc24127ca1dd954f45ecd589abc5d6cedd1831de119518c7c4f99724c2babaed1086f981c745a5c2e71799b0aba43d79b7b365f8a2bf
pkgname = python-eth-typing
diff --git a/PKGBUILD b/PKGBUILD
index a9884adf7c81..0c577c0a1173 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.0
+pkgver=4.2.1
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=('510bf794136cb8b7d7b972e4df5c17b35a6f0f8b0ba3d979c0d16e4bf9d26cb387e48191b2efa9709ca76aa67064276cba471e25d39ff7176938e737ad2c9f57')
+sha512sums=('4eee12ac189c717b7985fc24127ca1dd954f45ecd589abc5d6cedd1831de119518c7c4f99724c2babaed1086f981c745a5c2e71799b0aba43d79b7b365f8a2bf')
build() {
cd ${_base}-${pkgver}