summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-09-06 11:21:58 -0600
committerMark Wagie2022-09-06 11:21:58 -0600
commitfb36b8fea171d2f287d6135b8c6763e167d7b87f (patch)
tree0479f09d62976653f70f53627b3396c3df545cdd /PKGBUILD
parentb2a18f40bb7408f368452a7ba32f97a4425f8482 (diff)
downloadaur-fb36b8fea171d2f287d6135b8c6763e167d7b87f.tar.gz
1.3.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7dffa140ce8a..cbcfff7ba4aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Thomas Andrejak <thomas.andrejak@gmail.com>
pkgname=python-croniter
_name=${pkgname#python-}
-pkgver=1.3.5
+pkgver=1.3.7
pkgrel=1
pkgdesc="A Python module to provide iteration for datetime object."
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-dateutil' 'python-natsort')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
checkdepends=('python-pytest' 'python-pytz')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('7592fc0e8a00d82af98dfa2768b75983b6fb4c2adc8f6d0d7c931a715b7cefee')
+sha256sums=('72ef78d0f8337eb35393b8893ebfbfbeb340f2d2ae47e0d2d78130e34b0dd8b9')
build() {
cd "$_name-$pkgver"