diff --git a/python-cron-descriptor/PKGBUILD b/python-cron-descriptor/PKGBUILD index fd85e28..bc0c1a5 100644 --- a/python-cron-descriptor/PKGBUILD +++ b/python-cron-descriptor/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-cron-descriptor _pkgname="${pkgname#python-}" -pkgver=1.2.30 +pkgver=1.2.31 pkgrel=1 pkgdesc='A Python library that converts cron expressions into human readable strings' arch=('any') @@ -10,7 +10,7 @@ url='https://github.com/Salamek/cron-descriptor' license=('MIT') depends=('python') makedepends=('git' 'python-setuptools') -_commit='c3f8469105a754d0b4ebf55149e3f864bbca604c' +_commit='690ab61c49cb74c2faf8093354a70f0d0cd29956' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP')