summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomislav Ivek2021-12-13 10:02:14 +0100
committerTomislav Ivek2021-12-13 10:02:14 +0100
commit92a7232b0f06ce7775aa6b0c0624450385fac29f (patch)
treee03011f4d5222bfa02c485953c69929da043c786 /PKGBUILD
parent2ebca92da2e8feca907cb4a76357b0e5b37a6d43 (diff)
downloadaur-92a7232b0f06ce7775aa6b0c0624450385fac29f.tar.gz
force a rebuild for python 3.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 620e8a2acb43..bb081a689872 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _module="$_name"
pkgname=("python-$_module")
pkgver=1.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="A support library for building plugins systems in Python."
arch=("any")
url="http://pluginbase.pocoo.org/"