summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-05-02 00:10:03 -0300
committerDaniel Bermond2017-05-02 00:10:03 -0300
commit297870166ef9884f78ef15d7064d6f81ce26a583 (patch)
tree28b08d2bb54cb2735bfeb1e3d69f9f88b1eb0854
parentd348d320373bdba8f1f6b8407782dd53d92d4ebe (diff)
downloadaur-297870166ef9884f78ef15d7064d6f81ce26a583.tar.gz
Fix typo
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5692f4c6a178..714bd31c39b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 2 02:41:39 UTC 2017
+# Tue May 2 03:09:52 UTC 2017
pkgbase = confu-git
pkgver = r26.5d28d6e
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Maratyszcza/confu/
arch = any
license = MIT
@@ -11,7 +11,8 @@ pkgbase = confu-git
makedepends = python-setuptools
makedepends = python-sphinx
makedepends = python-sphinx_rtd_theme
- makedepends = python2 python2-setuptools
+ makedepends = python2
+ makedepends = 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 c896153ac094..c8261fc44515 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ pkgname=('confu-git' 'confu2-git')
_srcname=confu
_srcname2=confu2
pkgver=r26.5d28d6e
-pkgrel=2
+pkgrel=3
_commondesc="Cross-platform C/C++ configuration system (git version, uses python"
arch=('any')
url="https://github.com/Maratyszcza/confu/"
license=('MIT')
makedepends=('git' 'python' 'python-setuptools' 'python-sphinx' 'python-sphinx_rtd_theme'
- 'python2 ''python2-setuptools' 'python2-sphinx' 'python2-sphinx_rtd_theme')
+ 'python2' 'python2-setuptools' 'python2-sphinx' 'python2-sphinx_rtd_theme')
source=("$pkgname"::"git+https://github.com/Maratyszcza/confu.git")
sha256sums=('SKIP')