summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf56a4dfbc7d..b49a5d0040fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,18 @@
+# Generated by mksrcinfo v8
+# Sat Jan 2 22:21:11 UTC 2016
pkgbase = tkcvs
pkgdesc = Tcl/Tk-based graphical interface to the CVS and Subversion
pkgver = 8.2.3
- pkgrel = 2
+ pkgrel = 3
url = http://www.twobarleycorns.net/tkcvs.html
arch = i686
arch = x86_64
license = GPL
- depends = subversion
- depends = cvs
depends = tk
depends = diffutils
+ optdepends = subversion: svn support
+ optdepends = cvs: cvs support
+ optdepends = git: git support
source = http://www.twobarleycorns.net/tkcvs-8.2.3.tar.gz
sha256sums = 4bfb29dd9ffbbbc1e6e611e1c772af745d742d336e797bf056dbf70116b8e32a
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"