summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-04-07 14:13:52 -0600
committerMark Wagie2021-04-07 14:13:52 -0600
commit24f2f3c7d4137678a36d19850307075ff6849813 (patch)
tree710d995c1e74709b19639e5bbd0f8eb40e19c537 /PKGBUILD
parentf3bfb8cbd851597c45c8f9f7e39ecdbebf61a611 (diff)
downloadaur-24f2f3c7d4137678a36d19850307075ff6849813.tar.gz
1.0.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5f2f132f78e..975b91957dd3 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.10
+pkgver=1.0.11
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=('364c48e393060295c3161588a6556d5c890b5c34299973c393adbe4488ca1ecb')
+sha256sums=('cd89bcbed4d79f56bbf2c9415c2bbbfd09fadc8a59dbae3898fbca5bab34103d')
build() {
cd "$_name-$pkgver"