summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 342117d7c8bc..41bb78da03bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-iniherit
pkgdesc = A ConfigParser subclass with file-specified inheritance.
pkgver = 0.3.9
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/cadithealth/iniherit
arch = any
license = MIT
license = custom:Public Domain
+ makedepends = python-setuptools
makedepends = python-pip
makedepends = python-wheel
depends = python
@@ -14,4 +15,3 @@ pkgbase = python-iniherit
sha256sums = 06d90849ff0c4fadb7e255ce31e7c8e188a99af90d761435c72b79b36adbb67a
pkgname = python-iniherit
-
diff --git a/PKGBUILD b/PKGBUILD
index 8c8c9f132d80..910d725df713 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-iniherit
pkgver=0.3.9
-pkgrel=1
+pkgrel=2
pkgdesc='A ConfigParser subclass with file-specified inheritance.'
arch=(any)
url=http://github.com/cadithealth/iniherit
license=(MIT 'custom:Public Domain')
-depends=(python python-six)
-makedepends=(python-pip python-wheel)
+depends=('python' 'python-six')
+makedepends=('python-setuptools' 'python-pip' 'python-wheel')
source=(https://files.pythonhosted.org/packages/65/a5/5bb95059c92c23560a80bcd599bc737a4175b275b3a577cb19f66bd302e3/iniherit-$pkgver.tar.gz)
sha256sums=('06d90849ff0c4fadb7e255ce31e7c8e188a99af90d761435c72b79b36adbb67a')