Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/delta/template
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Template file for 'delta'
pkgname=delta
version=0.18.2
version=0.19.1
revision=1
build_style=cargo
build_helper=qemu
# https://github.com/dandavison/delta/issues/1637
make_check_args="-- --test-threads=1"
hostmakedepends="pkg-config"
makedepends="libgit2-devel oniguruma-devel"
makedepends="libgit2-1.9-devel oniguruma-devel"
checkdepends="git"
short_desc="Syntax-highlighting pager for git"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/dandavison/delta"
distfiles="https://github.com/dandavison/delta/archive/refs/tags/${version}.tar.gz"
checksum=64717c3b3335b44a252b8e99713e080cbf7944308b96252bc175317b10004f02
checksum=a2089af1b86264d45a2b5872708701aca4506d1c092be23017bb610af369f283

post_install() {
vlicense LICENSE
Expand Down