summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-05-01 23:42:02 -0300
committerDaniel Bermond2017-05-01 23:42:02 -0300
commitd348d320373bdba8f1f6b8407782dd53d92d4ebe (patch)
tree85314e190e67840e733a20cd1b73404c6ef061d4
parentc681ab2c5481e9fd50f6f728fc728ff3f458e86a (diff)
downloadaur-d348d320373bdba8f1f6b8407782dd53d92d4ebe.tar.gz
makedepends: added python and python2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97060d2b8ce9..5692f4c6a178 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
# Generated by mksrcinfo v8
-# Tue May 2 02:33:38 UTC 2017
+# Tue May 2 02:41:39 UTC 2017
pkgbase = confu-git
pkgver = r26.5d28d6e
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Maratyszcza/confu/
arch = any
license = MIT
makedepends = git
+ makedepends = python
makedepends = python-setuptools
makedepends = python-sphinx
makedepends = python-sphinx_rtd_theme
- makedepends = python2-setuptools
+ makedepends = python2 python2-setuptools
makedepends = python2-sphinx
makedepends = python2-sphinx_rtd_theme
source = confu-git::git+https://github.com/Maratyszcza/confu.git
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')