diff --git a/python-croniter/PKGBUILD b/python-croniter/PKGBUILD index c1b5c6d..41ed1f5 100644 --- a/python-croniter/PKGBUILD +++ b/python-croniter/PKGBUILD @@ -3,16 +3,16 @@ # Contributor: Thomas Andrejak pkgname=python-croniter -pkgver=1.3.4 +pkgver=1.3.5 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') -url="https://github.com/kiorky/croniter" +url='https://github.com/kiorky/croniter' license=('MIT') depends=('python' 'python-dateutil' 'python-natsort') makedepends=('git' 'python-setuptools') checkdepends=('python-pytest' 'python-pytz') -_commit='6642a9bdbd335ef9fc52a92d99a7ba0d97db8ceb' +_commit='8fdf5b196f75cc0bc5e3531732891d6e41b19617' source=("$pkgname::git+$url.git#commit=$_commit") b2sums=('SKIP')