summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomislav Ivek2019-11-30 14:19:30 +0100
committerTomislav Ivek2019-11-30 14:19:30 +0100
commitb9451328ee7f8f34f55725f6a0251068bfc16a56 (patch)
treed25e60761de3fd600854ef387bc3bf46010f5f51 /PKGBUILD
parent8aa884e63475b99df5d59d3ada2cf87af19ba2e6 (diff)
downloadaur-b9451328ee7f8f34f55725f6a0251068bfc16a56.tar.gz
Bump pkgrel to force rebuild for Python 3.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 493fc5ebdf5d..852956544a17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _module="$_name"
pkgname=("python-$_module" "python2-$_module")
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="A support library for building plugins systems in Python."
arch=("any")
url="http://pluginbase.pocoo.org/"