From 325ec2e5bad691c4da74a59a637079b71a8b3499 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Thu, 26 Jan 2023 11:05:20 +1300 Subject: [PATCH] upgpkg: python-cron-descriptor 1.2.34-1 --- python-cron-descriptor/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-cron-descriptor/PKGBUILD b/python-cron-descriptor/PKGBUILD index e79cbc9..7392359 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.32 +pkgver=1.2.34 pkgrel=1 pkgdesc='A Python library that converts cron expressions into human readable strings' arch=('any') @@ -16,7 +16,8 @@ makedepends=( 'python-wheel' 'python-setuptools' ) -_commit='2fbbff864afb86aeec378834a508d58e46a7da98' +checkdepends=('python-mock') +_commit='f1a0c3c5b3ad49e0e9815b3d777af30155cb85b3' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP')