diff --git a/python-cron-descriptor/PKGBUILD b/python-cron-descriptor/PKGBUILD index 8a9a932..6bc838f 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.27 +pkgver=1.2.28 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='9435edb5373f08eb6eb206e4e17ccbac495d6135' +_commit='97b40bdc87408474ebafdd8f97bf5eabd2e31628' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP')