Date: Sunday, July 24, 2022 @ 16:01:58 Author: arojas Revision: 1255983
Fix pkgdesc (FS#75362) Modified: python-socksio/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-24 16:00:32 UTC (rev 1255982) +++ PKGBUILD 2022-07-24 16:01:58 UTC (rev 1255983) @@ -4,7 +4,7 @@ pkgname=python-$_pkgname pkgver=1.0.0 pkgrel=1 -pkgdesc='A minimal HTTP client' +pkgdesc='Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5' arch=(any) url='https://github.com/sethmlarson/socksio' license=(BSD)
