summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomislav Ivek2021-12-13 10:02:14 +0100
committerTomislav Ivek2021-12-13 10:02:14 +0100
commit92a7232b0f06ce7775aa6b0c0624450385fac29f (patch)
treee03011f4d5222bfa02c485953c69929da043c786
parent2ebca92da2e8feca907cb4a76357b0e5b37a6d43 (diff)
downloadaur-92a7232b0f06ce7775aa6b0c0624450385fac29f.tar.gz
force a rebuild for python 3.10
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d22f25daea8d..bd82de6a6f11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pluginbase
pkgdesc = A support library for building plugins systems in Python.
pkgver = 1.0.0
- pkgrel = 4
+ pkgrel = 5
url = http://pluginbase.pocoo.org/
arch = any
license = BSD
@@ -11,4 +11,3 @@ pkgbase = python-pluginbase
sha256sums = ab0e5fc405f1d28abe99724943ad54b5e7fb1c2f6b1519f0942e2074e6c8c22a
pkgname = python-pluginbase
-
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/"