* update python-snowballstemmer to 2.2.0-7

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:47 +01:00
parent d29e555d8c
commit aacc4b5ece
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,14 @@
pkgbase = python-snowballstemmer
pkgdesc = Snowball stemming library collection for Python
pkgver = 2.2.0
pkgrel = 7
url = https://snowballstem.org
arch = any
license = BSD
makedepends = python-setuptools
depends = python
optdepends = python-pystemmer: for improved performance
source = https://pypi.python.org/packages/source/s/snowballstemmer/snowballstemmer-2.2.0.tar.gz
sha512sums = f1dee83e06fc79ffb250892fe62c75e3393b9af07fbf7cde413e6391870aa74934302771239dea5c9bc89806684f95059b00c9ffbcf7340375c9dd8f1216cd37
pkgname = python-snowballstemmer

View File

@ -4,7 +4,7 @@
pkgname=python-snowballstemmer
pkgver=2.2.0
pkgrel=6
pkgrel=7
arch=(any)
pkgdesc="Snowball stemming library collection for Python"
url='https://snowballstem.org'