Date: Friday, September 9, 2022 @ 08:56:25 Author: felixonmars Revision: 455693
upgpkg: python-twisted 22.4.0-1 Modified: python-twisted/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-09 06:51:00 UTC (rev 455692) +++ PKGBUILD 2022-09-09 08:56:25 UTC (rev 455693) @@ -4,7 +4,7 @@ # Contributor: Douglas Soares de Andrade <[email protected]> pkgname=python-twisted -pkgver=22.2.0 +pkgver=22.4.0 pkgrel=1 pkgdesc="Asynchronous networking framework written in Python" arch=('any') @@ -31,7 +31,7 @@ # Conflicts with the command line tools used to be provided by the python2 package. conflicts=("python2-twisted<=20.3.0-3") source=("https://github.com/twisted/twisted/archive/twisted-$pkgver.tar.gz") -sha512sums=('a2f66055f0ea6658a04888316b9eb90bd0f389c72db8315fe1722a70f16bb290805d98acc8cfd8a5d22b4817683603aaea50bb04a204927898bd74fc58a1db6d') +sha512sums=('776d36040bcefb9ca65e471d9058fe1067ffc8171a501cb451e9d4824a88dd83f79dc9b27a127ca898451587454ee661000acbce6c4c39b069aeadd64710f103') build() { cd twisted-twisted-$pkgver
