summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2016-12-13 20:38:56 -0600
committercarlwgeorge2016-12-13 20:38:56 -0600
commit83be3ea2f16a120b51fb7df1aeb95e18c19eb957 (patch)
tree031dcb5fcd2df9d94ce801244279be4d1df1ea09
parent8435c94132fd84375791d4fb4e6e301fc1e6b7b1 (diff)
downloadaur-83be3ea2f16a120b51fb7df1aeb95e18c19eb957.tar.gz
0.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63be342071f4..1c8c621aec63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Jun 18 01:12:13 UTC 2016
+# Wed Dec 14 02:38:52 UTC 2016
pkgbase = python-pluginbase
pkgdesc = A support library for building plugins sytems in Python.
- pkgver = 0.4
+ pkgver = 0.5
pkgrel = 1
url = http://pluginbase.pocoo.org/
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/p/pluginbase/pluginbase-0.4.tar.gz
- sha256sums = 3b751ab362b8a2b54580a613450179f3c32211912516b86098b5a081fe3f4017
+ source = https://files.pythonhosted.org/packages/source/p/pluginbase/pluginbase-0.5.tar.gz
+ sha256sums = b4f830242a078a4f44c978a84f3365bba4d008fdd71a591c71447f4df35354dd
pkgname = python-pluginbase
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 453e890371a7..245247658caf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _name="pluginbase"
_module="${_name}"
pkgname=("python-${_module}" "python2-${_module}")
-pkgver="0.4"
+pkgver="0.5"
pkgrel="1"
pkgdesc="A support library for building plugins sytems in Python."
arch=("any")
@@ -12,7 +12,7 @@ url="http://pluginbase.pocoo.org/"
license=("BSD")
makedepends=("python-setuptools" "python2-setuptools")
source=("https://files.pythonhosted.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('3b751ab362b8a2b54580a613450179f3c32211912516b86098b5a081fe3f4017')
+sha256sums=('b4f830242a078a4f44c978a84f3365bba4d008fdd71a591c71447f4df35354dd')
prepare() {
cp -a "${srcdir}/${_name}-${pkgver}" "${srcdir}/${_name}-${pkgver}-python2"