Compare commits

..

No commits in common. "a0d4c74227487e1fdbffd420298741d8f2e2bc5e" and "bfa3ead47c67d5b0836e949b1e429139c1b03056" have entirely different histories.

2 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 06c458d86b000d9b9e7d259363231c16d80ed36f Subproject commit db561aba9eff9cdc0c5230c2bc41a27a345e7fcd

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.5 pkgver=1.3.4
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='8fdf5b196f75cc0bc5e3531732891d6e41b19617' _commit='6642a9bdbd335ef9fc52a92d99a7ba0d97db8ceb'
source=("$pkgname::git+$url.git#commit=$_commit") source=("$pkgname::git+$url.git#commit=$_commit")
b2sums=('SKIP') b2sums=('SKIP')