Date: Tuesday, April 22, 2014 @ 12:42:02 Author: fyan Revision: 211646
upgpkg: python-markupsafe 0.21-1 Modified: python-markupsafe/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-22 10:40:51 UTC (rev 211645) +++ PKGBUILD 2014-04-22 10:42:02 UTC (rev 211646) @@ -1,10 +1,11 @@ # $Id$ -# Maintainer : Ionut Biru <[email protected]> +# Maintainer : Felix Yan <[email protected]> +# Contributor: Ionut Biru <[email protected]> # Contributor: Alex Anthony <[email protected]> pkgname=('python-markupsafe' 'python2-markupsafe') -pkgver=0.19 -pkgrel=2 +pkgver=0.21 +pkgrel=1 pkgdesc="Implements a XML/HTML/XHTML Markup safe string for Python" arch=('i686' 'x86_64') url="http://pypi.python.org/pypi/MarkupSafe" @@ -11,7 +12,7 @@ license=('custom') makedepends=('python-setuptools' 'python2-setuptools') source=("http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz") -md5sums=('ccb3f746c807c5500850987006854a6d') +sha512sums=('ecedf56be7ad1723c4d7bf799e1aefb8ceb0a28840a1b8ffdc2dee0f734149430cf5dfd5d335591e9934cf223255475e9c04da5ab34ed69e7845298f599d81bc') build() { cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver}
