summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortadly2019-04-27 09:39:16 +0200
committertadly2019-04-27 09:39:16 +0200
commit3a35e85576e1102acd602f99bb2e27d96957ecc6 (patch)
tree811a0a5a57e1d117c3e37e444e059f032a89b56d
parentcea91e1944a899a62d260d26f249c49e954e90d7 (diff)
downloadaur-3a35e85576e1102acd602f99bb2e27d96957ecc6.tar.gz
update to version 2.3.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 509305029fd1..7d98f99d2243 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.5
- pkgrel = 2
+ pkgver = 2.3.6
+ 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.5.tar.gz
- md5sums = 675e7287b7a7984980954a472c6f15ab
+ source = https://files.pythonhosted.org/packages/source/p/python-crontab/python-crontab-2.3.6.tar.gz
+ sha256sums = 91ce4b245ee5e5c117aa0b21b485bc43f2d80df854a36e922b707643f50d7923
pkgname = python-crontab
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 383a527d2200..fd3ceb52208d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_name=python-crontab
pkgname=('python-crontab' 'python2-crontab')
-pkgver=2.3.5
-pkgrel=2
+pkgver=2.3.6
+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')
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")
-md5sums=('675e7287b7a7984980954a472c6f15ab')
+sha256sums=('91ce4b245ee5e5c117aa0b21b485bc43f2d80df854a36e922b707643f50d7923')
build_python-crontab() {
cd "$srcdir/${pkgname}-$pkgver"