* update python-inflect to 7.4.0-2

This commit is contained in:
Alexander Baldeck 2024-12-05 11:54:38 +01:00
parent 8321102a61
commit 27d9182c0a
2 changed files with 2 additions and 4 deletions

View File

@ -1,12 +1,11 @@
pkgbase = python-inflect
pkgdesc = Correctly generate plurals, singular nouns, ordinals, indefinite articles
pkgver = 7.4.0
pkgrel = 1
pkgrel = 2
url = https://github.com/jaraco/inflect
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-enabler
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools-scm

View File

@ -4,7 +4,7 @@
_name=inflect
pkgname=python-inflect
pkgver=7.4.0
pkgrel=1
pkgrel=2
pkgdesc="Correctly generate plurals, singular nouns, ordinals, indefinite articles"
arch=(any)
url="https://github.com/jaraco/inflect"
@ -24,7 +24,6 @@ makedepends=(
)
checkdepends=(
python-pytest
python-pytest-enabler
)
source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
sha512sums=('4b5979894678907d4933ef6fa314cd279e93b2efb198360de968e68bd9bd22086beae106ea386bf9f44ef9ad21e6de82da84ee52b5e6af949cea4b3da44b2ddb')