aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-24 15:08:08 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-08 12:23:29 +0200
commit7021bf66ad9856721c30490360d6e6d53d084a8b (patch)
treefd9c04ae5a4877221ddd76b638fddf9a3c529e87 /PKGBUILD
parent21b2dab01f78361db157980e97fdbd3e743bb10e (diff)
downloadpkgbuilds-src-git.tar.xz
src-git: Add git dependencysrc-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d00b04b..98b051c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')