diff --git a/python-croniter/PKGBUILD b/python-croniter/PKGBUILD index 41ed1f5..4a61847 100644 --- a/python-croniter/PKGBUILD +++ b/python-croniter/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Thomas Andrejak pkgname=python-croniter -pkgver=1.3.5 +pkgver=1.3.7 pkgrel=1 pkgdesc='Provides iteration for the datetime object with a cron like format' arch=('any') @@ -12,7 +12,7 @@ license=('MIT') depends=('python' 'python-dateutil' 'python-natsort') makedepends=('git' 'python-setuptools') checkdepends=('python-pytest' 'python-pytz') -_commit='8fdf5b196f75cc0bc5e3531732891d6e41b19617' +_commit='0e9c36de574b19ee87cc4aa18dc91828e947f0ba' source=("$pkgname::git+$url.git#commit=$_commit") b2sums=('SKIP')