upgpkg: python-croniter 1.3.5-1

primary
George Rawlinson 2022-06-18 16:02:35 +12:00
parent bfa3ead47c
commit 4981aa7ded
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 4 additions and 4 deletions

View File

@ -3,16 +3,16 @@
# Contributor: Thomas Andrejak <thomas.andrejak@gmail.com> # Contributor: Thomas Andrejak <thomas.andrejak@gmail.com>
pkgname=python-croniter pkgname=python-croniter
pkgver=1.3.4 pkgver=1.3.5
pkgrel=1 pkgrel=1
pkgdesc="Provides iteration for the datetime object with a cron like format" pkgdesc='Provides iteration for the datetime object with a cron like format'
arch=('any') arch=('any')
url="https://github.com/kiorky/croniter" url='https://github.com/kiorky/croniter'
license=('MIT') license=('MIT')
depends=('python' 'python-dateutil' 'python-natsort') depends=('python' 'python-dateutil' 'python-natsort')
makedepends=('git' 'python-setuptools') makedepends=('git' 'python-setuptools')
checkdepends=('python-pytest' 'python-pytz') checkdepends=('python-pytest' 'python-pytz')
_commit='6642a9bdbd335ef9fc52a92d99a7ba0d97db8ceb' _commit='8fdf5b196f75cc0bc5e3531732891d6e41b19617'
source=("$pkgname::git+$url.git#commit=$_commit") source=("$pkgname::git+$url.git#commit=$_commit")
b2sums=('SKIP') b2sums=('SKIP')