diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-24 15:08:08 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 12:23:29 +0200 |
commit | 7021bf66ad9856721c30490360d6e6d53d084a8b (patch) | |
tree | fd9c04ae5a4877221ddd76b638fddf9a3c529e87 /PKGBUILD | |
parent | 21b2dab01f78361db157980e97fdbd3e743bb10e (diff) | |
download | pkgbuilds-src-git.tar.xz |
src-git: Add git dependencysrc-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ pkgname=src-git -pkgver=0.16.r1.g312a8b6 +pkgver=0.18.r0.gc89b187 pkgrel=1 pkgdesc="Simple Revision Control with modern UI for single-file projects" @@ -9,7 +9,7 @@ license=('BSD') depends=('python2' 'rcs') optdepends=('rcs-fast-import: required for src fast-import') -makedepends=('asciidoc') +makedepends=('asciidoc' 'git') source=('git+https://gitorious.org/src-vcs/src-vcs.git') |