summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2022-09-10 23:04:18 +0700
committerAchmad Fathoni2022-09-10 23:04:18 +0700
commit4a6c73976b61860066d153ff4de014c1dd91307c (patch)
tree4d2162973193efe3fbc5782a8331bd26c30e763e
parent583b6cda805d416c71175ee03b8bcf8acdf8a171 (diff)
downloadaur-4a6c73976b61860066d153ff4de014c1dd91307c.tar.gz
4.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a266581ab89d..b572445a4980 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-datetime
pkgdesc = This package provides a DateTime data type, as known from Zope
- pkgver = 4.5
+ pkgver = 4.6
pkgrel = 1
url = https://pypi.org/project/DateTime
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-datetime
depends = python
depends = python-zope-interface
depends = python-pytz
- source = https://files.pythonhosted.org/packages/source/D/DateTime/DateTime-4.5.tar.gz
- sha256sums = 65416160ff35a564c6cca67ce0c5cd1816eee4e8a2fb324556939689d0a9ee41
+ source = https://files.pythonhosted.org/packages/source/D/DateTime/DateTime-4.6.tar.gz
+ sha256sums = 9743bfc4da3bc86011d6678e6ad173e9d81ac80996d971a542a3cdb3fe7818eb
pkgname = python-datetime
diff --git a/PKGBUILD b/PKGBUILD
index cbb8d3dabc97..329c6e548e29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Achmad Fathoni<fathoni.id(at)gmail.com>
pkgname=python-datetime
_pkgname=DateTime
-pkgver=4.5
+pkgver=4.6
pkgrel=1
pkgdesc="This package provides a DateTime data type, as known from Zope"
arch=('any')
@@ -10,7 +10,7 @@ license=('ZPL')
makedepends=(python-build python-installer python-wheel)
depends=(python python-zope-interface python-pytz)
source=(https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('65416160ff35a564c6cca67ce0c5cd1816eee4e8a2fb324556939689d0a9ee41')
+sha256sums=('9743bfc4da3bc86011d6678e6ad173e9d81ac80996d971a542a3cdb3fe7818eb')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}