summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d22f25daea8d..bd82de6a6f11 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 = 4
+ pkgrel = 5
url = http://pluginbase.pocoo.org/
arch = any
license = BSD
@@ -11,4 +11,3 @@ pkgbase = python-pluginbase
sha256sums = ab0e5fc405f1d28abe99724943ad54b5e7fb1c2f6b1519f0942e2074e6c8c22a
pkgname = python-pluginbase
-
diff --git a/PKGBUILD b/PKGBUILD
index 620e8a2acb43..bb081a689872 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _module="$_name"
pkgname=("python-$_module")
pkgver=1.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="A support library for building plugins systems in Python."
arch=("any")
url="http://pluginbase.pocoo.org/"