summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Giovannetti2018-11-23 23:12:06 +0800
committerDario Giovannetti2018-11-23 23:12:06 +0800
commitc5e1e80be21450272feff1eda3a9baa2f655af2c (patch)
treea73078b177d2f8c0bd6875367e3c6190eac0a2cd
parentaef44a5feea2439e663f42d44b834aec89b7b957 (diff)
downloadaur-c5e1e80be21450272feff1eda3a9baa2f655af2c.tar.gz
Add makedepends
Reported in https://aur.archlinux.org/packages/python-configfile/
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5df91faaae50..47cf711afe80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python2-configfile
pkgdesc = Python2 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 = python2-setuptools
depends = python2
source = https://files.pythonhosted.org/packages/source/c/configfile/configfile-1.2.4.tar.gz
sha256sums = 3cb441db800c7a1c3d265e8f63b0a568b0a55150479984e99561f6adb9268c51
diff --git a/PKGBUILD b/PKGBUILD
index 5496d4959b40..4ace41ab52b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@ _name='configfile'
pkgname="python2-${_name}"
pkgver='1.2.4'
-pkgrel=1
+pkgrel=2
pkgdesc="Python2 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=('python2')
+makedepends=('python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
sha256sums=('3cb441db800c7a1c3d265e8f63b0a568b0a55150479984e99561f6adb9268c51')