backports/py3-case: upgrade to pkgrel 6
This commit is contained in:
parent
3314627b0d
commit
f28bb168e1
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=py3-case
|
||||
_pyname=case
|
||||
pkgver=1.5.3
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="Python unittest utilities"
|
||||
url="https://github.com/celery/case/"
|
||||
arch="noarch"
|
||||
|
@ -11,6 +11,7 @@ depends="python3 py3-six"
|
|||
makedepends="py3-setuptools"
|
||||
checkdepends="py3-coverage py3-mock py3-nose"
|
||||
_pypiprefix="${_pyname%${_pyname#?}}"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pyname-$pkgver"
|
||||
|
||||
|
|
Loading…
Reference in a new issue