summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5ef0a17ea4c..028a6a1b73b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,13 @@
pkgname=tkcvs
pkgver=8.2.3
-pkgrel=2
+pkgrel=3
pkgdesc="Tcl/Tk-based graphical interface to the CVS and Subversion"
license=('GPL')
-depends=('subversion' 'cvs' 'tk' 'diffutils')
+depends=('tk' 'diffutils')
+optdepends=('subversion: svn support'
+ 'cvs: cvs support'
+ 'git: git support')
arch=('i686' 'x86_64')
source=(http://www.twobarleycorns.net/tkcvs-${pkgver}.tar.gz)
url="http://www.twobarleycorns.net/tkcvs.html"