summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59cc47c42266..2af1a2aec3dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-pluginbase
pkgdesc = A support library for building plugins systems in Python.
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://pluginbase.pocoo.org/
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
+ makedepends = fakeroot
source = https://github.com/mitsuhiko/pluginbase/archive/1.0.0.tar.gz
sha256sums = ab0e5fc405f1d28abe99724943ad54b5e7fb1c2f6b1519f0942e2074e6c8c22a
diff --git a/PKGBUILD b/PKGBUILD
index 2f2e37379e64..493fc5ebdf5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ _module="$_name"
pkgname=("python-$_module" "python2-$_module")
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A support library for building plugins systems in Python."
arch=("any")
url="http://pluginbase.pocoo.org/"
license=("BSD")
-makedepends=("python-setuptools" "python2-setuptools")
+makedepends=("python-setuptools" "python2-setuptools" "fakeroot")
source=("https://github.com/mitsuhiko/pluginbase/archive/$pkgver.tar.gz")
sha256sums=('ab0e5fc405f1d28abe99724943ad54b5e7fb1c2f6b1519f0942e2074e6c8c22a')