From 8bc9686aa842a115a91968feb5fab002b8ee26d7 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 23 Dec 2022 23:25:50 +0100 Subject: [PATCH] icdiff: update to 2.0.6. --- srcpkgs/icdiff/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template index f255ca99e14..293b8737f85 100644 --- a/srcpkgs/icdiff/template +++ b/srcpkgs/icdiff/template @@ -1,7 +1,7 @@ # Template file for 'icdiff' pkgname=icdiff -version=2.0.5 -revision=2 +version=2.0.6 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3 python3-setuptools" @@ -12,7 +12,7 @@ license="Python-2.0" homepage="http://www.jefftk.com/icdiff" changelog="https://github.com/jeffkaufman/icdiff/raw/master/ChangeLog" distfiles="https://github.com/jeffkaufman/icdiff/archive/release-${version}.tar.gz" -checksum=e1c278222891acde5d5b47e31b89f765fdf022b8908057f583032530982fe5b4 +checksum=8f79b82032696d2eea2a3acf722cd34cf45215d4b09b52139880626a2b0d360e replaces="python3-icdiff>=0" provides="python3-icdiff-${version}_${revision}"