summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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/"