summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-04-29 17:56:19 -0500
committerCarlos Aznarán2024-04-29 17:56:19 -0500
commitcafc88e7d0581b6969844589dba3f4e97032b0b4 (patch)
treeddfec543e9f1dff35634848a6e53beb8394c685e
parent25eece2404306ceb4bdc08e1d86a8a99c07e9dac (diff)
downloadaur-cafc88e7d0581b6969844589dba3f4e97032b0b4.tar.gz
Bump version to 4.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d4c4355ef27..280a5760dd69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-eth-typing
pkgdesc = Common type annotations for ethereum python packages
- pkgver = 4.2.1
+ pkgver = 4.2.2
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.1.tar.gz::https://github.com/ethereum/eth-typing/archive/v4.2.1.tar.gz
- sha512sums = 4eee12ac189c717b7985fc24127ca1dd954f45ecd589abc5d6cedd1831de119518c7c4f99724c2babaed1086f981c745a5c2e71799b0aba43d79b7b365f8a2bf
+ source = eth-typing-4.2.2.tar.gz::https://github.com/ethereum/eth-typing/archive/v4.2.2.tar.gz
+ sha512sums = eb2386215c43835e10643199d33c502c925c7ee5707293145dc23711ae83a07a98e8d2bf388637e000e386d52c7bdf092575726f7562f63996368f2b38ef5ffe
pkgname = python-eth-typing
diff --git a/PKGBUILD b/PKGBUILD
index 0c577c0a1173..a2501574e5d3 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.1
+pkgver=4.2.2
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=('4eee12ac189c717b7985fc24127ca1dd954f45ecd589abc5d6cedd1831de119518c7c4f99724c2babaed1086f981c745a5c2e71799b0aba43d79b7b365f8a2bf')
+sha512sums=('eb2386215c43835e10643199d33c502c925c7ee5707293145dc23711ae83a07a98e8d2bf388637e000e386d52c7bdf092575726f7562f63996368f2b38ef5ffe')
build() {
cd ${_base}-${pkgver}