summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortadly2023-01-27 21:16:43 +0100
committertadly2023-01-27 21:16:43 +0100
commit8ce35a73d92b81a27972c8c5537cea999db1e6b6 (patch)
treef6e955dfa24d87119032f8d046b6d5ca0777af09 /PKGBUILD
parentcb551275c6d7f4ee1e005074c4004ab1d43dcde1 (diff)
downloadaur-8ce35a73d92b81a27972c8c5537cea999db1e6b6.tar.gz
version 2.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ff56d1b4afb..a21bdd2affe2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name=python-crontab
pkgname=python-crontab
-pkgver=2.6.0
+pkgver=2.7.1
pkgrel=1
pkgdesc='Crontab module for read and writing crontab files and accessing the system cron automatically and simply using a direct API.'
arch=('any')
@@ -8,7 +8,7 @@ url='https://pypi.python.org/pypi/python-crontab'
license=('LGPLv3')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('1e35ed7a3cdc3100545b43e196d34754e6551e7f95e4caebbe0e1c0ca41c2f1b')
+sha256sums=('b21af4647c7bbb848fef2f020616c6b0289dcb9f94b4f991a55310ff9bec5749')
build_python-crontab() {
cd "$srcdir/${pkgname}-$pkgver"