From 29153ac0ce7952cf23f8423daba8481c4f468b21 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Sat, 15 Jul 2023 08:51:41 +1200 Subject: [PATCH] upgpkg: python-crontab 3.0.0-1 --- python-crontab/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-crontab/PKGBUILD b/python-crontab/PKGBUILD index c69a6aa..6841ff8 100644 --- a/python-crontab/PKGBUILD +++ b/python-crontab/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: George Rawlinson pkgname=python-crontab -pkgver=2.7.1 +pkgver=3.0.0 pkgrel=1 pkgdesc='A module for reading/writing crontab files & accessing the system cron' arch=('any') @@ -15,7 +15,7 @@ makedepends=( 'python-wheel' 'python-setuptools' ) -_commit='ded8f0825922b524a5c63bdf5964f6be1760b766' +_commit='31ce3f134c90b8b2eb235f771744f103a0016453' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP')