From fac8adf9edcb7f2efd9d5af51effe87c8f17a3ce Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Wed, 20 Oct 2021 06:01:37 +0000 Subject: [PATCH] upgpkg: python-crontab 2.6.0-1 New upstream release. --- python-crontab/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-crontab/PKGBUILD b/python-crontab/PKGBUILD index c644954..44a50d8 100644 --- a/python-crontab/PKGBUILD +++ b/python-crontab/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: George Rawlinson pkgname=python-crontab -pkgver=2.5.1 +pkgver=2.6.0 pkgrel=1 pkgdesc="A module for reading/writing crontab files & accessing the system cron" arch=('any') @@ -10,7 +10,8 @@ license=('GPL3') depends=('python' 'python-croniter' 'python-cron-descriptor') makedepends=('python-setuptools') source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/doctormo/python-crontab/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz") -b2sums=('884ee9ff95e3e055bac894322910ecc81afb27158a7d08443589e9544871d9403a53b9a9206da231be9818390e98a2e59f6f5c6e390fda6e18060c0b53240c95') +sha512sums=('24bccdc79d246f71e646b4f6c82bc66b73fbc38f2079176a2c8f0fdc5605196387ab5b542edd15acb34f9bae3c7c28b2eae05c9bff4ce01bd7ae30036caa5344') +b2sums=('f1595ad9ff0de971533e2d544acd1054dfbbcc90337c773777db562312eb8e5a904cbe09438c7b10453f47f3efdae834d4609e1810fefc98ee05e6c09baf8650') build() { cd "$pkgname-v$pkgver"