summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2022-07-06 23:39:48 +0700
committerAchmad Fathoni2022-07-06 23:39:48 +0700
commit583b6cda805d416c71175ee03b8bcf8acdf8a171 (patch)
tree4bd877fb4e07f16568fa51157d1032da4b484bd2 /PKGBUILD
parent71f3c30cf4d9273b1bf50d7dd5f3d3c7a400f64b (diff)
downloadaur-583b6cda805d416c71175ee03b8bcf8acdf8a171.tar.gz
4.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15a19d39bfb4..cbb8d3dabc97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Achmad Fathoni<fathoni.id(at)gmail.com>
pkgname=python-datetime
_pkgname=DateTime
-pkgver=4.4
+pkgver=4.5
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=('074b0c63d4328f4de30662786fa436a0567145b2ab02f47be5af68f58afc03ec')
+sha256sums=('65416160ff35a564c6cca67ce0c5cd1816eee4e8a2fb324556939689d0a9ee41')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}