backports/py3-cbor2: upgrade to pkgrel 1
This commit is contained in:
parent
f28bb168e1
commit
1860879640
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
|
||||
pkgname=py3-cbor2
|
||||
pkgver=5.4.6
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="encoding and decoding for CBOR (RFC 8949)"
|
||||
url="https://github.com/agronholm/cbor2"
|
||||
arch="all"
|
||||
|
@ -21,6 +21,7 @@ checkdepends="
|
|||
py3-pytest-cov
|
||||
py3-tomli
|
||||
"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/c/cbor2/cbor2-$pkgver.tar.gz"
|
||||
builddir="$srcdir/"cbor2-$pkgver
|
||||
|
||||
|
|
Loading…
Reference in a new issue