summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2021-12-20 14:10:31 +0100
committermschubert2021-12-20 14:10:31 +0100
commita8aec2e6ca91946e92eb5a19ebeef6be3e9719c8 (patch)
tree985b393a0714f8d635abcd124f205cb05f753f6a /PKGBUILD
parent9ea22615151701f490e08167d340ba84872c5c1d (diff)
downloadaur-a8aec2e6ca91946e92eb5a19ebeef6be3e9719c8.tar.gz
relbump for py3.10 compat
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 025715f0b3e1..cc3c907ef358 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Gaƫl Donval <gdonval+aur at google mail>
pkgname=python-multipledispatch
pkgver=0.6.0
-pkgrel=2
+pkgrel=3
pkgdesc='Multiple dispatch implementation in Python'
arch=('any')
url='https://github.com/mrocklin/multipledispatch'