summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b2c92eedc0c..e45cc079cbee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-configfile
pkgdesc = Python library for dynamically parsing and editing configuration files with support for subsections.
pkgver = 1.2.4
- pkgrel = 1
+ pkgrel = 2
url = https://kynikos.github.io/lib.py.configfile
arch = any
license = MIT
+ makedepends = python-setuptools
depends = python
source = https://files.pythonhosted.org/packages/source/c/configfile/configfile-1.2.4.tar.gz
sha256sums = 3cb441db800c7a1c3d265e8f63b0a568b0a55150479984e99561f6adb9268c51
diff --git a/PKGBUILD b/PKGBUILD
index 9abff550d3ad..47f2a3bba270 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@ _name='configfile'
pkgname="python-${_name}"
pkgver='1.2.4'
-pkgrel=1
+pkgrel=2
pkgdesc="Python library for dynamically parsing and editing configuration files with support for subsections."
arch=('any')
url="https://kynikos.github.io/lib.py.configfile"
license=('MIT')
depends=('python')
+makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
sha256sums=('3cb441db800c7a1c3d265e8f63b0a568b0a55150479984e99561f6adb9268c51')