summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-05-01 23:42:02 -0300
committerDaniel Bermond2017-05-01 23:42:02 -0300
commitd348d320373bdba8f1f6b8407782dd53d92d4ebe (patch)
tree85314e190e67840e733a20cd1b73404c6ef061d4 /PKGBUILD
parentc681ab2c5481e9fd50f6f728fc728ff3f458e86a (diff)
downloadaur-d348d320373bdba8f1f6b8407782dd53d92d4ebe.tar.gz
makedepends: added python and python2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d68984e3c169..c896153ac094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ pkgname=('confu-git' 'confu2-git')
_srcname=confu
_srcname2=confu2
pkgver=r26.5d28d6e
-pkgrel=1
+pkgrel=2
_commondesc="Cross-platform C/C++ configuration system (git version, uses python"
arch=('any')
url="https://github.com/Maratyszcza/confu/"
license=('MIT')
-makedepends=('git' 'python-setuptools' 'python-sphinx' 'python-sphinx_rtd_theme'
- 'python2-setuptools' 'python2-sphinx' 'python2-sphinx_rtd_theme')
+makedepends=('git' 'python' 'python-setuptools' 'python-sphinx' 'python-sphinx_rtd_theme'
+ 'python2 ''python2-setuptools' 'python2-sphinx' 'python2-sphinx_rtd_theme')
source=("$pkgname"::"git+https://github.com/Maratyszcza/confu.git")
sha256sums=('SKIP')