* update python-durationpy to 0.9-2
This commit is contained in:
parent
f99867906d
commit
125ccd0e62
@ -1,7 +1,7 @@
|
||||
pkgbase = python-durationpy
|
||||
pkgdesc = Module for converting between datetime.timedelta and Go's time.Duration strings
|
||||
pkgver = 0.9
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/icholy/durationpy
|
||||
arch = any
|
||||
license = MIT
|
||||
|
@ -4,9 +4,9 @@
|
||||
pkgname=python-durationpy
|
||||
_pkgname=${pkgname#python-}
|
||||
pkgver=0.9
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Module for converting between datetime.timedelta and Go's time.Duration strings"
|
||||
arch=('any')
|
||||
arch=(any)
|
||||
url="https://github.com/icholy/durationpy"
|
||||
license=('MIT')
|
||||
depends=('python')
|
||||
|
Loading…
x
Reference in New Issue
Block a user