diff options
author | Igor Yanchenko | 2019-11-20 13:01:27 +0100 |
---|---|---|
committer | Igor Yanchenko | 2019-11-20 13:15:59 +0100 |
commit | 46ee65182b09781bd6076301aa566f9ae5ff552b (patch) | |
tree | 9190b3ee0ab060aa7b2d59a18714cabdf24fc8ab /.SRCINFO | |
parent | 5e7024ba94e304e2b23bf6c4bf49349e15870df7 (diff) | |
download | aur-46ee65182b09781bd6076301aa566f9ae5ff552b.tar.gz |
Added python-cdiff package
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -1,12 +1,14 @@ -pkgbase = pkgbase - pkgdesc = Japanese-Russian kanji and word dictionary - pkgver = 1.10 +pkgbase = python-cdiff + pkgdesc = Term based tool to view colored, incremental diff in a Git/Mercurial/Svn workspace or from stdin, with side by side and auto pager support. + pkgver = 1.0 pkgrel = 1 - url = http://www.susi.ru/yarxi/ - arch = x86_64 - license = custom - depends = ttf-sazanami - depends = nas + url = https://github.com/ymattw/cdiff + arch = any + license = MIT + depends = less + depends = python>=2.5 + source = https://files.pythonhosted.org/packages/69/6c/301876940e760a8b46c1caacf08c298f511f517c70eec32e43f38e9cc6f5/cdiff-1.0.tar.gz + md5sums = c70ed1abbd9d999bfe4fd83e05ed4092 -pkgname = yarxi +pkgname = python-cdiff |