* update python-durationpy to 0.9-2

This commit is contained in:
Alexander Baldeck 2025-01-03 10:26:04 +01:00
parent f99867906d
commit 125ccd0e62
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-durationpy pkgbase = python-durationpy
pkgdesc = Module for converting between datetime.timedelta and Go's time.Duration strings pkgdesc = Module for converting between datetime.timedelta and Go's time.Duration strings
pkgver = 0.9 pkgver = 0.9
pkgrel = 1 pkgrel = 2
url = https://github.com/icholy/durationpy url = https://github.com/icholy/durationpy
arch = any arch = any
license = MIT license = MIT

View File

@ -4,9 +4,9 @@
pkgname=python-durationpy pkgname=python-durationpy
_pkgname=${pkgname#python-} _pkgname=${pkgname#python-}
pkgver=0.9 pkgver=0.9
pkgrel=1 pkgrel=2
pkgdesc="Module for converting between datetime.timedelta and Go's time.Duration strings" pkgdesc="Module for converting between datetime.timedelta and Go's time.Duration strings"
arch=('any') arch=(any)
url="https://github.com/icholy/durationpy" url="https://github.com/icholy/durationpy"
license=('MIT') license=('MIT')
depends=('python') depends=('python')