summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1667bba7ff35..4fdefed7f521 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Mon May 30 20:40:16 UTC 2016
+# Mon May 30 20:43:07 UTC 2016
pkgbase = peru
- pkgdesc = a tool for including other people's code in your projects
+ pkgdesc = A tool for including other people's code in your projects
pkgver = 1.0.0
pkgrel = 1
url = https://github.com/buildinspace/peru
@@ -10,8 +10,8 @@ pkgbase = peru
makedepends = python-setuptools
depends = git
depends = python
- depends = python-yaml
depends = python-docopt
+ depends = python-yaml
optdepends = mercurial: fetching from hg repos
optdepends = subversion: fetching from svn repos
source = peru-1.0.0.tar.gz::https://codeload.github.com/buildinspace/peru/tar.gz/1.0.0
diff --git a/PKGBUILD b/PKGBUILD
index 1892ef353afd..e750980c3256 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=peru
pkgver=1.0.0
pkgrel=1
-pkgdesc="a tool for including other people's code in your projects"
+pkgdesc="A tool for including other people's code in your projects"
arch=('any')
-depends=('git' 'python' 'python-yaml' 'python-docopt')
+depends=('git' 'python' 'python-docopt' 'python-yaml')
makedepends=('python-setuptools')
optdepends=('mercurial: fetching from hg repos'
'subversion: fetching from svn repos')