txr: update to 215

This commit is contained in:
Imran Khan 2019-03-31 18:24:32 +00:00 committed by maxice8
parent c9292d78f2
commit 613d7907fc

View file

@ -1,6 +1,6 @@
# Template file for 'txr'
pkgname=txr
version=214
version=215
revision=1
build_style=configure
make_check_target=tests
@ -10,7 +10,7 @@ maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="BSD-2-Clause"
homepage="http://www.nongnu.org/txr/"
distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
checksum=7ab7fb4621a3a7a8eb2417be8136bd0bc38548fbc8d75df4e0af950fbbe797e1
checksum=5a01135e0315879abca0fcfe74bdc4949d8284e9c31b1e8ea4ddbf9e63a9985a
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" txr"
@ -31,4 +31,6 @@ pre_check() {
post_install() {
vlicense LICENSE
vmkdir usr/share/vim/vimfiles/syntax
vcopy *.vim usr/share/vim/vimfiles/syntax/
}