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 e57482c14a2e..253a45583286 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.7
+pkgver=1.0.8
pkgrel=1
pkgdesc="A Python module to provide iteration for datetime object."
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python-dateutil' 'python-future' 'python-natsort')
makedepends=('python-setuptools')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('cec9e92cfe05d7eb8c913ae26668288bda1f4035247475827ee32e3d7efd51dd')
+sha256sums=('c8b830d787c9993361b74eaad7d7396090d7f2d9db41ceb4a52cb75da461c3ed')
build() {
cd "$_name-$pkgver"