summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcarlwgeorge2017-01-06 20:18:34 -0600
committercarlwgeorge2017-01-06 20:18:34 -0600
commit0588f8ef9750ecf59d5367e5e6c5a27b29175f41 (patch)
treefc1957fa706f1590517fba73c1a4843f3ed5e07c /PKGBUILD
parent83be3ea2f16a120b51fb7df1aeb95e18c19eb957 (diff)
downloadaur-0588f8ef9750ecf59d5367e5e6c5a27b29175f41.tar.gz
0.5-2
* rebuild against Python 3.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 245247658caf..7c77d9273555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _module="${_name}"
pkgname=("python-${_module}" "python2-${_module}")
pkgver="0.5"
-pkgrel="1"
+pkgrel="2"
pkgdesc="A support library for building plugins sytems in Python."
arch=("any")
url="http://pluginbase.pocoo.org/"