summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2023-05-04 08:14:33 +0200
committerKlaus Alexander Seistrup2023-05-04 08:14:33 +0200
commit7dffacf55845105ce3999a745b4847981f6c3c1e (patch)
treee4f52bc9fecf1a1febb3d92acf4a8ee72de5206b
parent08818d859637a1419beb820e35c6a7a46aa857ba (diff)
downloadaur-7dffacf55845105ce3999a745b4847981f6c3c1e.tar.gz
Trigger rebuild for Python 3.11
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb96cc31ee74..a0d06d331557 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-runtype
pkgdesc = Python utilities for run-time type validation and multiple dispatch
pkgver = 0.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/erezsh/runtype
arch = any
license = MIT
@@ -12,7 +12,9 @@ pkgbase = python-runtype
makedepends = python-sphinx-markdown-tables
makedepends = python-wheel
depends = mypy
+ depends = python
depends = python-dataclasses
+ depends = python-typing_extensions
source = https://github.com/erezsh/runtype/archive/refs/tags/0.3.2.tar.gz
sha256sums = d45d332e2e127660e4efb4d34ec72d087fd78cdfba6bf2a53da3afcccee71a21
sha512sums = d67616b86b6607585841fd4181f1c26dd19248baf2c2726290ba0f0c0a28622761bafac49e640c66a2bc29ba15c3f7193bd7de9cca1045858c29d40de06674cc
diff --git a/PKGBUILD b/PKGBUILD
index deec02043950..753a3420e9a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='python-runtype'
_pkgname=${pkgname#python-}
pkgver=0.3.2
-pkgrel=1
+pkgrel=2
pkgdesc='Python utilities for run-time type validation and multiple dispatch'
arch=('any')
license=('MIT')
@@ -12,7 +12,9 @@ url='https://github.com/erezsh/runtype'
source=("$url/archive/refs/tags/${pkgver}.tar.gz")
depends=(
'mypy'
+ 'python'
'python-dataclasses'
+ 'python-typing_extensions'
)
makedepends=(
'python-build'