Date: Monday, October 24, 2022 @ 00:40:51 Author: polyzen Revision: 1334436
upgpkg: python-argon2_cffi 21.3.0-2: Rebuild with python-installer six no longer a dep: https://github.com/hynek/argon2-cffi/commit/50e462583552891a1414f9ae7e1858d557107659 Modified: python-argon2_cffi/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-24 00:33:44 UTC (rev 1334435) +++ PKGBUILD 2022-10-24 00:40:51 UTC (rev 1334436) @@ -3,12 +3,12 @@ _pkgname=argon2_cffi pkgname=python-argon2_cffi pkgver=21.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="CFFI-based Argon2 Bindings for Python" arch=('x86_64') url="https://github.com/hynek/argon2_cffi" license=('MIT') -depends=(python-argon2-cffi-bindings python-six) +depends=(python-argon2-cffi-bindings) makedepends=(git python-flit-core python-build python-installer) _commit=6bcdd94d2c902bbef30fba799293e73bd4ba9378 source=("git+https://github.com/hynek/argon2_cffi#commit=$_commit" @@ -26,7 +26,6 @@ git submodule init git config --local submodule.extras/libargon2.url "$srcdir/phc-winner-argon2" git submodule update - cd .. } build() {
