Date: Thursday, April 6, 2023 @ 13:50:40 Author: felixonmars Revision: 472757
upgpkg: python-fastbencode 0.2-2: rebuild with python 3.11 Modified: python-fastbencode/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-06 13:36:24 UTC (rev 472756) +++ PKGBUILD 2023-04-06 13:50:40 UTC (rev 472757) @@ -2,13 +2,13 @@ pkgname=python-fastbencode pkgver=0.2 -pkgrel=1 +pkgrel=2 pkgdesc='Implementation of bencode with optional fast C extensions' arch=(x86_64) url='https://github.com/breezy-team/fastbencode' license=(GPL2) depends=(python) -makedepends=(python-build python-installer python-setuptools python-wheel) +makedepends=(python-build python-installer cython python-setuptools python-wheel) source=(https://pypi.io/packages/source/f/fastbencode/fastbencode-$pkgver.tar.gz) sha256sums=('578eb9c4700d6705d71fbc8d7d57bca2cd987eca2cec1d9e77b9e0702db1e56f')
