summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-02-02 05:56:09 -0700
committerMark Wagie2021-02-02 05:56:09 -0700
commitf6c273cc9a833e4a35982a1b11ea451dc6c07566 (patch)
tree6be13ab2de96b70333c041aeae81963508c91335 /PKGBUILD
parent078f0d04a8ec052b0e40205aba124b5f2fa0a4d2 (diff)
downloadaur-f6c273cc9a833e4a35982a1b11ea451dc6c07566.tar.gz
1.0.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18c77b20a4c6..621dffcf51c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Thomas Andrejak <thomas.andrejak@gmail.com>
pkgname=python-croniter
_name=${pkgname#python-}
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
pkgdesc="A Python module to provide iteration for datetime object."
arch=('any')
url="https://github.com/kiorky/croniter"
@@ -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=('8636e7f0ce842b4192b7f097cab724fc15bf2459265f1a2bc6cf6eacfa44420e')
+sha256sums=('e79bcc9681d2345e71360241aebe19ed6c5475fec40cc59a7998fe1a2ca568d0')
build() {
cd "$_name-$pkgver"