summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrazer2024-03-16 07:54:35 +0100
committerrazer2024-03-16 07:54:35 +0100
commit803b1d055d88544aa88b67f95af3accc31a63c57 (patch)
treeb142306621bdbdc242ac9ad95d618525c08f48eb
parent9f37ea2c1a88a50ffa018518d0ff5bb223d9edfe (diff)
downloadaur-python-adafruit-circuitpython-typing.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d37fb093da84..c2e1d586068e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-adafruit-circuitpython-typing
pkgdesc = Definitions not in the standard typing module that are needed for type annotation of CircuitPython code
- pkgver = 1.9.6
+ pkgver = 1.10.3
pkgrel = 0
url = https://github.com/adafruit/Adafruit_CircuitPython_Typing
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-adafruit-circuitpython-typing
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python
- source = https://pypi.io/packages/source/a/adafruit-circuitpython-typing/adafruit-circuitpython-typing-1.9.6.tar.gz
- sha256sums = dc69ed6362dcb890f7103d4da0db94b7d1849bc66804598d34508f413724d152
+ source = https://pypi.io/packages/source/a/adafruit-circuitpython-typing/adafruit-circuitpython-typing-1.10.3.tar.gz
+ sha256sums = 4c5c1eeb3ae8a3d2dfa75129654c73690fbdb576d9069542a6ea3355467e1e74
pkgname = python-adafruit-circuitpython-typing
diff --git a/PKGBUILD b/PKGBUILD
index 20b4789e5268..a5448e7e1986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-adafruit-circuitpython-typing
_pypi_pkgname=adafruit-circuitpython-typing
-pkgver=1.9.6
+pkgver=1.10.3
pkgrel=0
pkgdesc="Definitions not in the standard typing module that are needed for type annotation of CircuitPython code"
arch=('any')
@@ -17,7 +17,7 @@ makedepends=(
depends=('python')
optdepends=()
source=("https://pypi.io/packages/source/a/${_pypi_pkgname}/${_pypi_pkgname}-${pkgver}.tar.gz")
-sha256sums=('dc69ed6362dcb890f7103d4da0db94b7d1849bc66804598d34508f413724d152')
+sha256sums=('4c5c1eeb3ae8a3d2dfa75129654c73690fbdb576d9069542a6ea3355467e1e74')
build() {
cd "${srcdir}/${_pypi_pkgname}-${pkgver}"