summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d98f99d2243..a8f7e8f32fc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
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.3.6
+ pkgver = 2.3.8
pkgrel = 1
url = https://pypi.python.org/pypi/python-crontab
arch = any
license = LGPLv3
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/p/python-crontab/python-crontab-2.3.6.tar.gz
- sha256sums = 91ce4b245ee5e5c117aa0b21b485bc43f2d80df854a36e922b707643f50d7923
+ source = https://files.pythonhosted.org/packages/source/p/python-crontab/python-crontab-2.3.8.tar.gz
+ sha256sums = 11488bbac026bf77a659fee0bf8e20de9651753ad0fdf6649237e3b9e04b866a
pkgname = python-crontab
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index fd3ceb52208d..ebdc837cc64e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name=python-crontab
pkgname=('python-crontab' 'python2-crontab')
-pkgver=2.3.6
+pkgver=2.3.8
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' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('91ce4b245ee5e5c117aa0b21b485bc43f2d80df854a36e922b707643f50d7923')
+sha256sums=('11488bbac026bf77a659fee0bf8e20de9651753ad0fdf6649237e3b9e04b866a')
build_python-crontab() {
cd "$srcdir/${pkgname}-$pkgver"