* update python-fastbencode to 0.3.1-2

This commit is contained in:
Alexander Baldeck 2024-12-04 17:25:46 +01:00
parent dd1cf9d238
commit a51937b4a8
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
pkgbase = python-fastbencode
pkgdesc = Implementation of bencode with optional fast C extensions
pkgver = 0.3.1
pkgrel = 1
pkgrel = 2
url = https://github.com/breezy-team/fastbencode
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL-2.0-or-later
makedepends = cython
makedepends = python-build

View File

@ -4,7 +4,7 @@
pkgname=python-fastbencode
_pkgname=fastbencode
pkgver=0.3.1
pkgrel=1
pkgrel=2
pkgdesc="Implementation of bencode with optional fast C extensions"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/breezy-team/fastbencode"