From b0e3f3a5dfa96ec75e286056fb99adb5ae36bcb0 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Thu, 30 Jun 2022 17:24:29 +0000 Subject: [PATCH] upgpkg: python-cron-descriptor 1.2.28-1 --- python-cron-descriptor/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')