summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortadly2023-01-27 21:16:43 +0100
committertadly2023-01-27 21:16:43 +0100
commit8ce35a73d92b81a27972c8c5537cea999db1e6b6 (patch)
treef6e955dfa24d87119032f8d046b6d5ca0777af09
parentcb551275c6d7f4ee1e005074c4004ab1d43dcde1 (diff)
downloadaur-8ce35a73d92b81a27972c8c5537cea999db1e6b6.tar.gz
version 2.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3af03976a1d6..f97d99ab85a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-crontab
pkgdesc = Crontab module for read and writing crontab files and accessing the system cron automatically and simply using a direct API.
- pkgver = 2.6.0
+ pkgver = 2.7.1
pkgrel = 1
url = https://pypi.python.org/pypi/python-crontab
arch = any
license = LGPLv3
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/p/python-crontab/python-crontab-2.6.0.tar.gz
- sha256sums = 1e35ed7a3cdc3100545b43e196d34754e6551e7f95e4caebbe0e1c0ca41c2f1b
+ source = https://files.pythonhosted.org/packages/source/p/python-crontab/python-crontab-2.7.1.tar.gz
+ sha256sums = b21af4647c7bbb848fef2f020616c6b0289dcb9f94b4f991a55310ff9bec5749
pkgname = python-crontab
depends = python
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"