From 5b488c91b15f2e6468f1bf965a40a2aaba573376 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Mon, 12 Oct 2020 13:31:56 +0900 Subject: [PATCH] delta: update to 0.4.4 Signed-off-by: Sora Morimoto --- srcpkgs/delta/template | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/srcpkgs/delta/template b/srcpkgs/delta/template index 4408c16abba..59271de2dc3 100644 --- a/srcpkgs/delta/template +++ b/srcpkgs/delta/template @@ -1,21 +1,14 @@ # Template file for 'delta' pkgname=delta -version=0.4.3 +version=0.4.4 revision=1 build_style=cargo -hostmakedepends="llvm clang" -makedepends="oniguruma-devel" short_desc="Syntax-highlighting pager for git" maintainer="Andrew Benson " license="MIT" homepage="https://github.com/dandavison/delta" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=78ee36ec30194fe261ccb585111b67adae5166e79170f9636e54cbf5427da54a - -pre_build() { - export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}" - export CC_${RUST_BUILD//-/_}="${BUILD_CC}" -} +checksum=4068cb88a4110bbef24b8148e3ae283ff007f4f6aa4780789cda7a412928daa0 post_install() { vlicense LICENSE