Date: Tuesday, November 1, 2022 @ 13:20:43 Author: felixonmars Revision: 1340089
upgpkg: python-gevent 22.10.2-1 Modified: python-gevent/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-01 13:20:37 UTC (rev 1340088) +++ PKGBUILD 2022-11-01 13:20:43 UTC (rev 1340089) @@ -3,7 +3,7 @@ # Contributor: Ralf Schmitt <[email protected]> pkgname=python-gevent -pkgver=22.10.1 +pkgver=22.10.2 pkgrel=1 arch=('x86_64') pkgdesc="Python network library that uses greenlet and libev for easy and scalable concurrency" @@ -13,7 +13,7 @@ makedepends=('cython') checkdepends=('lsof' 'python-perf' 'python-objgraph' 'python-dnspython' 'python-requests') source=("$pkgname-$pkgver.tar.gz::https://github.com/gevent/gevent/archive/$pkgver.tar.gz") -sha512sums=('7732e1fe7b51940081c43b587e2cad577e1493a3de5cbe601d605dce3fbd7811eee5b1f27408c91041bf51844588f888aa565b931f8f2a3f04d20bb095815139') +sha512sums=('9ceb8e03016cd2fe8fa58f9fb65daa1b52b80a25067bb0fa8fc4b744695b85b0ba003e933783dd4546f4600f2859c08d5627e322ccfbc5a6fa3a8e4d67f59a5f') export GEVENTSETUP_EMBED=0
