python-keyrings.alt: auto updated to 5.0.1-1

This commit is contained in:
BioArchLinuxBot 2024-04-02 06:01:14 +00:00
parent 93173f47a5
commit 810af915ba

View file

@ -2,7 +2,7 @@
pkgname='python-keyrings.alt' pkgname='python-keyrings.alt'
_module=keyrings.alt _module=keyrings.alt
pkgver=5.0.0 pkgver=5.0.1
pkgrel=1 pkgrel=1
pkgdesc="Alternate keyring implementations" pkgdesc="Alternate keyring implementations"
arch=('x86_64') arch=('x86_64')
@ -16,7 +16,7 @@ makedepends=(python-build
python-setuptools-scm python-setuptools-scm
python-wheel) python-wheel)
source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_module::1}/$_module/${_module}-${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_module::1}/$_module/${_module}-${pkgver}.tar.gz")
sha256sums=('9d446cb47bbcea90ffa2ecc3e8003acf41573fc201bf44b4bf13bd0e11484828') sha256sums=('cd372a1ec446a1bc5a90624a52c88e83b9330218e39047a6c9a48ae37d116745')
build() { build() {
cd "${srcdir}/${_module}-${pkgver}" cd "${srcdir}/${_module}-${pkgver}"