diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template index c841d4e0138..ad0c115248f 100644 --- a/srcpkgs/python3-snowballstemmer/template +++ b/srcpkgs/python3-snowballstemmer/template @@ -1,17 +1,17 @@ # Template file for 'python3-snowballstemmer' pkgname=python3-snowballstemmer -version=1.2.1 -revision=9 +version=2.2.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" short_desc="Snowball stemming library collection for Python3" maintainer="Orphaned " -license="BSD-2-Clause" -homepage="https://github.com/shibukawa/snowball_py" +license="BSD-3-Clause" +homepage="https://github.com/snowballstem/snowball" distfiles="${PYPI_SITE}/s/snowballstemmer/snowballstemmer-${version}.tar.gz" -checksum=919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128 +checksum=09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1 post_install() { - vlicense LICENSE.rst + vlicense COPYING }