From fbe3316fa0e8ab22fa7fe03cdf9516b9a408f05d Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Tue, 24 Nov 2020 14:17:47 -0600 Subject: [PATCH] python3-codespell: update to 2.0.0 --- 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 79ac70eb90b..da01caf62b8 100644 --- a/srcpkgs/python3-codespell/template +++ b/srcpkgs/python3-codespell/template @@ -1,15 +1,15 @@ # Template file for 'python3-codespell' pkgname=python3-codespell -version=1.17.1 +version=2.0.0 revision=1 wrksrc="codespell-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools" -short_desc="Checks code for common spelling mistakes (Python3)" +short_desc="Checks code for common spelling mistakes" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://github.com/codespell-project/codespell" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=d9d90fdb223c3462cc3982f44c018bad873092ed7ac5b9efe23e1350fbe2d4c7 +checksum=f691d65ac0aa621698f68f0e98f3bcd5c4407c795ab510118130b593af2751b1 conflicts="python-codespell>=0"