summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Kudelin2020-08-31 11:53:45 +0300
committerAnton Kudelin2020-08-31 11:53:45 +0300
commitbfcae1bc3ab394a179ffa287d2f085d7575897c3 (patch)
treefd9d34154335ca9592bc1cecc6ff622ca1c63420
parent380334ac3e90d27e481165f82743983c1e3ba6c6 (diff)
downloadaur-bfcae1bc3ab394a179ffa287d2f085d7575897c3.tar.gz
Updated to 0.6.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf3c7c03e1b1..e1971182ab6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-dateutils
pkgdesc = Utilities for working with datetime objects.
- pkgver = 0.6.8
- pkgrel = 2
+ pkgver = 0.6.10
+ pkgrel = 1
url = https://github.com/plytophogy/python-dateutils
arch = any
license = Unlicense
depends = python-dateutil
depends = python-argparse
depends = python-pytz
- source = https://files.pythonhosted.org/packages/source/d/dateutils/dateutils-0.6.8.tar.gz
- sha256sums = 15e564d9cd34e4260cf96625a3249c938c3aada2e5eaddf8218dd3fbc8dbdba4
+ source = https://files.pythonhosted.org/packages/source/d/dateutils/dateutils-0.6.10.tar.gz
+ sha256sums = 860b3e40261085f56928f1454ee4d221856b56aa421c69a7df12067596ec0b26
pkgname = python-dateutils
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}"