summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-05-14 12:13:04 -0600
committerMark Wagie2022-05-14 12:13:04 -0600
commitb2a18f40bb7408f368452a7ba32f97a4425f8482 (patch)
tree46726069eee34a533a906cbef62855160bff75e2 /PKGBUILD
parent76c40af2d4a48d642dc1904eddffd36e73cc49d1 (diff)
downloadaur-b2a18f40bb7408f368452a7ba32f97a4425f8482.tar.gz
1.3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96a86453247e..7dffa140ce8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Thomas Andrejak <thomas.andrejak@gmail.com>
pkgname=python-croniter
_name=${pkgname#python-}
-pkgver=1.3.4
-pkgrel=2
+pkgver=1.3.5
+pkgrel=1
pkgdesc="A Python module to provide iteration for datetime object."
arch=('any')
url="https://github.com/kiorky/croniter"
@@ -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=('3169365916834be654c2cac57ea14d710e742f8eb8a5fce804f6ce548da80bf2')
+sha256sums=('7592fc0e8a00d82af98dfa2768b75983b6fb4c2adc8f6d0d7c931a715b7cefee')
build() {
cd "$_name-$pkgver"