summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02f76a7880e2..ba25ba5af4f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Thomas Andrejak <thomas.andrejak@gmail.com>
pkgname=python-croniter
_name=${pkgname#python-}
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="A Python module to provide iteration for datetime object."
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python-dateutil' 'python-natsort')
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('9d9942beaae10c0f9f5de4dcbfab4d85b10638cf407195b82d990bc086d6de0d')
+sha256sums=('12f9fd52e7cfb623d0788956d137a3de26e5583a25820fa7710fb6b58d32b213')
build() {
cd "$_name-$pkgver"