Date: Friday, September 21, 2018 @ 06:07:48 Author: felixonmars Revision: 383810
upgpkg: python-marshmallow 2.15.6-1 Modified: python-marshmallow/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-21 05:57:10 UTC (rev 383809) +++ PKGBUILD 2018-09-21 06:07:48 UTC (rev 383810) @@ -2,7 +2,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) -pkgver=2.15.5 +pkgver=2.15.6 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow" @@ -13,7 +13,7 @@ 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' 'python2-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz") -sha512sums=('284fb1e4951d81afcfa7461f3f5380b34c62f760886700499df4d0df1882a297b2c90365966420c07b367c0185c551d5517e0ce0f0d539fa67f6841810ee9fd5') +sha512sums=('c9ce7dfe52211b113889ea5689c3f766cb94c7b194ffb70de00dcff807fe4dea15dc8e17b1dbd9b0da76de6ee6b2360e02724778cc48d889002b28535e02be98') prepare() { cp -a marshmallow-$pkgver{,-py2}