summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomislav Ivek2019-11-30 14:19:30 +0100
committerTomislav Ivek2019-11-30 14:19:30 +0100
commitb9451328ee7f8f34f55725f6a0251068bfc16a56 (patch)
treed25e60761de3fd600854ef387bc3bf46010f5f51
parent8aa884e63475b99df5d59d3ada2cf87af19ba2e6 (diff)
downloadaur-b9451328ee7f8f34f55725f6a0251068bfc16a56.tar.gz
Bump pkgrel to force rebuild for Python 3.8
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2af1a2aec3dc..ba5dd5d9aeb9 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 = 2
+ pkgrel = 3
url = http://pluginbase.pocoo.org/
arch = any
license = BSD
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/"