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 | |
parent | 21b2dab01f78361db157980e97fdbd3e743bb10e (diff) | |
download | pkgbuilds-src-git.tar.xz |
src-git: Add git dependencysrc-git
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -2,12 +2,13 @@ # Mon Jun 1 13:54:26 UTC 2015 pkgbase = src-git pkgdesc = Simple Revision Control with modern UI for single-file projects - pkgver = 0.16.r1.g312a8b6 + pkgver = 0.18.r0.gc89b187 pkgrel = 1 url = http://www.catb.org/esr/src/ arch = any license = BSD makedepends = asciidoc + makedepends = git depends = python2 depends = rcs optdepends = rcs-fast-import: required for src fast-import @@ -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') |