summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent08818d859637a1419beb820e35c6a7a46aa857ba (diff)
downloadaur-7dffacf55845105ce3999a745b4847981f6c3c1e.tar.gz
Trigger rebuild for Python 3.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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'