summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd82de6a6f11..2cf2b42659fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pluginbase
pkgdesc = A support library for building plugins systems in Python.
pkgver = 1.0.0
- pkgrel = 5
+ pkgrel = 6
url = http://pluginbase.pocoo.org/
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://github.com/mitsuhiko/pluginbase/archive/1.0.0.tar.gz
+ source = python-pluginbase-1.0.0.tar.gz::https://github.com/mitsuhiko/pluginbase/archive/1.0.0.tar.gz
sha256sums = ab0e5fc405f1d28abe99724943ad54b5e7fb1c2f6b1519f0942e2074e6c8c22a
pkgname = python-pluginbase
diff --git a/PKGBUILD b/PKGBUILD
index bb081a689872..4016b33c93a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ _module="$_name"
pkgname=("python-$_module")
pkgver=1.0.0
-pkgrel=5
+pkgrel=6
pkgdesc="A support library for building plugins systems in Python."
arch=("any")
url="http://pluginbase.pocoo.org/"
license=("BSD")
makedepends=("python-setuptools")
depends=("python")
-source=("https://github.com/mitsuhiko/pluginbase/archive/$pkgver.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mitsuhiko/pluginbase/archive/$pkgver.tar.gz")
sha256sums=('ab0e5fc405f1d28abe99724943ad54b5e7fb1c2f6b1519f0942e2074e6c8c22a')
build() {