Date: Tuesday, November 15, 2022 @ 11:26:33
Author: kpcyrd
Revision: 1348832
upgpkg: isodate 0.6.1-2 - add sha256sums=
Modified:
isodate/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-15 11:24:40 UTC (rev 1348831)
+++ PKGBUILD 2022-11-15 11:26:33 UTC (rev 1348832)
@@ -3,7 +3,7 @@
pkgbase=isodate
pkgname=('python-isodate')
pkgver=0.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="An ISO 8601 date/time/duration parser and formatter"
arch=('any')
url="https://github.com/gweis/isodate/"
@@ -12,6 +12,7 @@
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/i/isodate/isodate-$pkgver.tar.gz")
sha1sums=('ea36ce1c780dd44f01225dca7f9995a6685a60cc')
+sha256sums=('48c5881de7e8b0a0d648cb024c8062dc84e7b840ed81e864c7614fd3c127bde9')
build() {
cd "$srcdir/$pkgbase-$pkgver"