summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-11-08 12:00:29 -0500
committerCarlos Aznarán2023-11-08 12:00:29 -0500
commit378004fcdecb2d27f8e07c26c766ad69bd6850b8 (patch)
tree213bc3cb06405a0ad7383ba80e0481d8803d2c3a
parentccc023818d006558d19c56f565b623ef9d4dd46d (diff)
downloadaur-378004fcdecb2d27f8e07c26c766ad69bd6850b8.tar.gz
Bump version to 3.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c85a9725bb2f..124c7d371e5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-eth-typing
pkgdesc = Common type annotations for ethereum python packages
- pkgver = 3.5.1
+ pkgver = 3.5.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-3.5.1.tar.gz::https://github.com/ethereum/eth-typing/archive/v3.5.1.tar.gz
- sha512sums = 014b75f3a547f2c30c91cf97b4ca479eabf7c307f1ac6248c24611df4c45e0a3554b4cb4de818fd7dc1d9c6d9773ba45e1c0de79bceb9a0767dc971c4d0ed46e
+ source = eth-typing-3.5.2.tar.gz::https://github.com/ethereum/eth-typing/archive/v3.5.2.tar.gz
+ sha512sums = 8f897df94b14574016eea6e36222db4518e67a305896965a2ece6562190a9820a8729881713a8883391b2ba922dc5a68cc27e5b9b43af1da7ca163490fb432af
pkgname = python-eth-typing
diff --git a/PKGBUILD b/PKGBUILD
index 92b191800c48..08ca04401993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: algebro <algebro at tuta dot io>
_base=eth-typing
pkgname=python-${_base}
-pkgver=3.5.1
+pkgver=3.5.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=('014b75f3a547f2c30c91cf97b4ca479eabf7c307f1ac6248c24611df4c45e0a3554b4cb4de818fd7dc1d9c6d9773ba45e1c0de79bceb9a0767dc971c4d0ed46e')
+sha512sums=('8f897df94b14574016eea6e36222db4518e67a305896965a2ece6562190a9820a8729881713a8883391b2ba922dc5a68cc27e5b9b43af1da7ca163490fb432af')
build() {
cd ${_base}-${pkgver}