xtools: update to 0.43.
Dropped vim dependency, only xdiff needs it and the error is clear then.
This commit is contained in:
parent
246d3f6b34
commit
94f217dd36
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'xtools'
|
||||
pkgname=xtools
|
||||
version=0.42
|
||||
version=0.43
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=gnu-makefile
|
||||
depends="git vim curl findutils xbps"
|
||||
depends="bash curl findutils git xbps"
|
||||
short_desc="Opinionated helpers for working with XBPS"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="Public Domain"
|
||||
homepage="https://github.com/chneukirchen/xtools"
|
||||
distfiles="https://github.com/chneukirchen/xtools/archive/v${version}.tar.gz"
|
||||
checksum=681b64e12da54132b748a1d4e120ec41fbee85aa8e3da2c9728e75ddca8125cb
|
||||
checksum=da6bb562f551f4326dedc25f5f96bad8c55777308c0a2a45dfadf53002e2f913
|
||||
|
|
Loading…
Reference in New Issue