python-fastbencode: update to 0.1
This commit is contained in:
committed by
مهدي شينون (Mehdi Chinoune)
parent
27dd543868
commit
41f4294cb4
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Christoph Reiter <reiter.christoph@gmail.com>
|
||||
|
||||
pkgname=python-fastbencode
|
||||
pkgver=0.0.9
|
||||
pkgver=0.1
|
||||
pkgrel=1
|
||||
pkgdesc='Implementation of bencode with optional fast C extensions'
|
||||
arch=('i686' 'x86_64')
|
||||
@@ -14,11 +14,12 @@ makedepends=(
|
||||
python-setuptools
|
||||
python-wheel
|
||||
python-devel
|
||||
cython
|
||||
gcc
|
||||
)
|
||||
checkdepends=(python-pytest)
|
||||
source=(https://pypi.io/packages/source/f/fastbencode/fastbencode-$pkgver.tar.gz)
|
||||
sha256sums=('a508632c645f2e3ffbb4984cb544035c8946d6fec8cfe0aec5e556340773ce9c')
|
||||
sha256sums=('c1a978e75a5048bba833d90d6e748a55950ca8b59f12e917c2a2c8e7ca7eb6f5')
|
||||
|
||||
build() {
|
||||
cd fastbencode-$pkgver
|
||||
|
||||
Reference in New Issue
Block a user