summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-06-08 10:12:04 -0500
committerCarlos Aznarán Laos2023-06-08 10:12:04 -0500
commitef63bf26a0a60438fc8554be1f534a3993f006fd (patch)
treecf334053faf321dea3722758e6f9297930826feb
parent322c2cb10bfb37bcdd00844280d452e1ed6f0c65 (diff)
downloadaur-ef63bf26a0a60438fc8554be1f534a3993f006fd.tar.gz
Bump version to 3.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a9dfe224a16..ca92c84ef7bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-eth-typing
pkgdesc = Common type annotations for ethereum python packages
- pkgver = 3.3.0
+ pkgver = 3.4.0
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.3.0.tar.gz::https://github.com/ethereum/eth-typing/archive/v3.3.0.tar.gz
- sha512sums = 1a17723291ef15f5e16f881ccaeab669a957a1557e276907ec970d5af7e59f821f4ae8e8a993e72d37929ab85d54ba4360fbca9699dcd74e43ad218f3b689e72
+ source = eth-typing-3.4.0.tar.gz::https://github.com/ethereum/eth-typing/archive/v3.4.0.tar.gz
+ sha512sums = 6e73ccecd3b92f2f4946fd0d3a46f3ef4d06a0c5876ab908be930b2c751b4b909f01266ef4973baf1df83e1c02087b4b068f2450aded682fcdf42f21558b8280
pkgname = python-eth-typing
diff --git a/PKGBUILD b/PKGBUILD
index 5667a4794eb7..db7d39dd718b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: algebro <algebro at tuta dot io>
_base=eth-typing
pkgname=python-${_base}
-pkgver=3.3.0
+pkgver=3.4.0
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=('1a17723291ef15f5e16f881ccaeab669a957a1557e276907ec970d5af7e59f821f4ae8e8a993e72d37929ab85d54ba4360fbca9699dcd74e43ad218f3b689e72')
+sha512sums=('6e73ccecd3b92f2f4946fd0d3a46f3ef4d06a0c5876ab908be930b2c751b4b909f01266ef4973baf1df83e1c02087b4b068f2450aded682fcdf42f21558b8280')
build() {
cd ${_base}-${pkgver}