diff options
author | Carlos Aznarán | 2023-10-23 13:53:30 -0500 |
---|---|---|
committer | Carlos Aznarán | 2023-10-23 13:53:30 -0500 |
commit | ccc023818d006558d19c56f565b623ef9d4dd46d (patch) | |
tree | 369242e5cfbbc55097b26a96a62f9ff3f93dddd5 | |
parent | 2b156d7f9e7077e670e5e3a4024f517804318dc2 (diff) | |
download | aur-ccc023818d006558d19c56f565b623ef9d4dd46d.tar.gz |
Bump version to 3.5.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-eth-typing pkgdesc = Common type annotations for ethereum python packages - pkgver = 3.5.0 + pkgver = 3.5.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-3.5.0.tar.gz::https://github.com/ethereum/eth-typing/archive/v3.5.0.tar.gz - sha512sums = 3e0026a6564cb2b56c4951328fe0ea51a0b8874452676a52a045e5913be2a14a0fa9781b5210a6c0e457dd2f223e87eab8b1160c0a4411b32a3ec4e1dd226ca9 + source = eth-typing-3.5.1.tar.gz::https://github.com/ethereum/eth-typing/archive/v3.5.1.tar.gz + sha512sums = 014b75f3a547f2c30c91cf97b4ca479eabf7c307f1ac6248c24611df4c45e0a3554b4cb4de818fd7dc1d9c6d9773ba45e1c0de79bceb9a0767dc971c4d0ed46e pkgname = python-eth-typing @@ -2,7 +2,7 @@ # Contributor: algebro <algebro at tuta dot io> _base=eth-typing pkgname=python-${_base} -pkgver=3.5.0 +pkgver=3.5.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=('3e0026a6564cb2b56c4951328fe0ea51a0b8874452676a52a045e5913be2a14a0fa9781b5210a6c0e457dd2f223e87eab8b1160c0a4411b32a3ec4e1dd226ca9') +sha512sums=('014b75f3a547f2c30c91cf97b4ca479eabf7c307f1ac6248c24611df4c45e0a3554b4cb4de818fd7dc1d9c6d9773ba45e1c0de79bceb9a0767dc971c4d0ed46e') build() { cd ${_base}-${pkgver} |