summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-02-18 08:42:31 -0700
committerMark Wagie2022-02-18 08:42:31 -0700
commite47decd48bf0cc94d218bc50d63f92ca23fb9579 (patch)
tree3d57dee0344f37f3ec2e7c9f9de6f3819a46d5bf /PKGBUILD
parent5ad17ca7f39434eeb166f583b5d09fecabc7ca11 (diff)
downloadaur-e47decd48bf0cc94d218bc50d63f92ca23fb9579.tar.gz
1.3.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cce7de31c1e5..bd088432971a 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.1
+pkgver=1.3.4
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-setuptools')
checkdepends=('python-pytest' 'python-pytz')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('dbf02070988abc7e8955583915931b36f865c38289390be11a0c4112b55caac6')
+sha256sums=('3169365916834be654c2cac57ea14d710e742f8eb8a5fce804f6ce548da80bf2')
build() {
cd "$_name-$pkgver"