summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Kudelin2020-08-31 11:53:45 +0300
committerAnton Kudelin2020-08-31 11:53:45 +0300
commitbfcae1bc3ab394a179ffa287d2f085d7575897c3 (patch)
treefd9d34154335ca9592bc1cecc6ff622ca1c63420 /PKGBUILD
parent380334ac3e90d27e481165f82743983c1e3ba6c6 (diff)
downloadaur-bfcae1bc3ab394a179ffa287d2f085d7575897c3.tar.gz
Updated to 0.6.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 381116567571..1cc5a868da45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_pkgname=dateutils
pkgname=python-$_pkgname
-pkgver=0.6.8
-pkgrel=2
+pkgver=0.6.10
+pkgrel=1
pkgdesc="Utilities for working with datetime objects."
arch=('any')
url="https://github.com/plytophogy/python-dateutils"
license=('Unlicense')
depends=('python-dateutil' 'python-argparse' 'python-pytz')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('15e564d9cd34e4260cf96625a3249c938c3aada2e5eaddf8218dd3fbc8dbdba4')
+sha256sums=('860b3e40261085f56928f1454ee4d221856b56aa421c69a7df12067596ec0b26')
prepare() {
cd "${_pkgname}-${pkgver}"