summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2017-01-06 20:18:34 -0600
committercarlwgeorge2017-01-06 20:18:34 -0600
commit0588f8ef9750ecf59d5367e5e6c5a27b29175f41 (patch)
treefc1957fa706f1590517fba73c1a4843f3ed5e07c
parent83be3ea2f16a120b51fb7df1aeb95e18c19eb957 (diff)
downloadaur-0588f8ef9750ecf59d5367e5e6c5a27b29175f41.tar.gz
0.5-2
* rebuild against Python 3.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c8c621aec63..2d2ac2857cac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Dec 14 02:38:52 UTC 2016
+# Sat Jan 7 02:18:33 UTC 2017
pkgbase = python-pluginbase
pkgdesc = A support library for building plugins sytems in Python.
pkgver = 0.5
- pkgrel = 1
+ pkgrel = 2
url = http://pluginbase.pocoo.org/
arch = any
license = BSD
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/"