From b42ed05200b797fe49aa6fc5eee614aec65768c9 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Sun, 3 Jul 2022 18:55:48 +0000 Subject: [PATCH] upgpkg: python-cron-descriptor 1.2.30-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 6bc838f..fd85e28 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.28 +pkgver=1.2.30 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='97b40bdc87408474ebafdd8f97bf5eabd2e31628' +_commit='c3f8469105a754d0b4ebf55149e3f864bbca604c' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP')