summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDario Giovannetti2018-11-23 23:08:37 +0800
committerDario Giovannetti2018-11-23 23:08:37 +0800
commita65f91fbd206fa0df1f11bac75b51fc92ec24c75 (patch)
tree82101d7cf43275fdb0375ff156af361435c11113 /PKGBUILD
parentca55837770c1680e4ed2e659db4ef06759d3815c (diff)
downloadaur-a65f91fbd206fa0df1f11bac75b51fc92ec24c75.tar.gz
Add makedepends
Reported in https://aur.archlinux.org/packages/python-configfile/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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')