summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1f865b31f59..63be342071f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Sat Jun 18 01:12:13 UTC 2016
pkgbase = python-pluginbase
pkgdesc = A support library for building plugins sytems in Python.
- pkgver = 0.3
- pkgrel = 3
+ pkgver = 0.4
+ pkgrel = 1
url = http://pluginbase.pocoo.org/
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://pypi.python.org/packages/source/p/pluginbase/pluginbase-0.3.tar.gz
- sha256sums = d9486a2d50017551c3f0e474648b71ea2e39429720977119a437713ebae2257f
+ source = https://files.pythonhosted.org/packages/source/p/pluginbase/pluginbase-0.4.tar.gz
+ sha256sums = 3b751ab362b8a2b54580a613450179f3c32211912516b86098b5a081fe3f4017
pkgname = python-pluginbase
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index a850215aec7b..453e890371a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@ _name="pluginbase"
_module="${_name}"
pkgname=("python-${_module}" "python2-${_module}")
-pkgver="0.3"
-pkgrel="3"
+pkgver="0.4"
+pkgrel="1"
pkgdesc="A support library for building plugins sytems in Python."
arch=("any")
url="http://pluginbase.pocoo.org/"
license=("BSD")
makedepends=("python-setuptools" "python2-setuptools")
-source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('d9486a2d50017551c3f0e474648b71ea2e39429720977119a437713ebae2257f')
+source=("https://files.pythonhosted.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz")
+sha256sums=('3b751ab362b8a2b54580a613450179f3c32211912516b86098b5a081fe3f4017')
prepare() {
cp -a "${srcdir}/${_name}-${pkgver}" "${srcdir}/${_name}-${pkgver}-python2"