summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2023-03-18 19:15:51 +0700
committerAchmad Fathoni2023-03-18 19:15:51 +0700
commite10705a6a0af2048c9e579610c2d7d569e2a313d (patch)
tree9cc887e7cac0cb49e583950db24f68e38aec26d2 /PKGBUILD
parent4859e5917c435c2c8cb85753de11917072ee277b (diff)
downloadaur-e10705a6a0af2048c9e579610c2d7d569e2a313d.tar.gz
5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 702191300ea3..a5a7f209dfcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Achmad Fathoni<fathoni.id(at)gmail.com>
pkgname=python-datetime
_pkgname=DateTime
-pkgver=5.0
+pkgver=5.1
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=('20e4e0ff01e07d2e8de863e7e2b63b1bde6ec049098e244ab89a2c4bc4342ac1')
+sha256sums=('a4191a3193c1ca4dbbaad5c958f940b9256864ba2613a53038d1613d3f63262d')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}