From a8ebb6ebdd6ef9a380c51fc3e96eb3441cb291b1 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sun, 1 Nov 2020 18:19:13 -0600 Subject: [PATCH] python3-codespell: update to 1.17.1 --- srcpkgs/python3-codespell/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template index 98583fb9259..79ac70eb90b 100644 --- a/srcpkgs/python3-codespell/template +++ b/srcpkgs/python3-codespell/template @@ -1,7 +1,7 @@ # Template file for 'python3-codespell' pkgname=python3-codespell -version=1.16.0 -revision=4 +version=1.17.1 +revision=1 wrksrc="codespell-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,5 +11,5 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://github.com/codespell-project/codespell" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=53d22aefa1daf3365ca4625877271d23d143c0a92c16e55daf5cd14b6494b8f4 +checksum=d9d90fdb223c3462cc3982f44c018bad873092ed7ac5b9efe23e1350fbe2d4c7 conflicts="python-codespell>=0"