|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
pkgname=python-cron-descriptor
|
|
|
|
|
_pkgname="${pkgname#python-}"
|
|
|
|
|
pkgver=1.2.32
|
|
|
|
|
pkgver=1.2.34
|
|
|
|
|
pkgrel=1
|
|
|
|
|
pkgdesc='A Python library that converts cron expressions into human readable strings'
|
|
|
|
|
arch=('any')
|
|
|
|
@ -16,7 +16,8 @@ makedepends=(
|
|
|
|
|
'python-wheel'
|
|
|
|
|
'python-setuptools'
|
|
|
|
|
)
|
|
|
|
|
_commit='2fbbff864afb86aeec378834a508d58e46a7da98'
|
|
|
|
|
checkdepends=('python-mock')
|
|
|
|
|
_commit='f1a0c3c5b3ad49e0e9815b3d777af30155cb85b3'
|
|
|
|
|
source=("$pkgname::git+$url#commit=$_commit")
|
|
|
|
|
b2sums=('SKIP')
|
|
|
|
|
|
|
|
|
|