Date: Saturday, October 20, 2018 @ 20:57:43 Author: demize Revision: 398133
upgpkg: python-parse 1.9.0-1 Modified: python-parse/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-20 20:56:25 UTC (rev 398132) +++ PKGBUILD 2018-10-20 20:57:43 UTC (rev 398133) @@ -3,8 +3,8 @@ pkgbase=python-parse pkgname=(python-parse python2-parse) -pkgver=1.8.4 -pkgrel=2 +pkgver=1.9.0 +pkgrel=1 pkgdesc='Parse strings using a specification based on the Python format() syntax.' url='http://pypi.python.org/pypi/parse' @@ -16,7 +16,7 @@ source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz" https://raw.githubusercontent.com/r1chardj0n3s/parse/b48b0494d27f64a9088cd92c1f8d58928af07317/LICENSE) # license from the bottom of parse.py -md5sums=('fa69ab2fe846f9b183411391f7c6897b' +md5sums=('fd1157824c9246a8b7f050afcac852cb' '68c10fa20482cc4328a1052695fb7e53') prepare() {
