* update python-durationpy to 0.9-2
This commit is contained in:
parent
f99867906d
commit
125ccd0e62
@ -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
|
||||||
|
@ -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')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user