diff options
Diffstat (limited to 'extra/python-markupsafe/PKGBUILD')
-rw-r--r-- | extra/python-markupsafe/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/python-markupsafe/PKGBUILD b/extra/python-markupsafe/PKGBUILD index e05ead47b..6edeb1812 100644 --- a/extra/python-markupsafe/PKGBUILD +++ b/extra/python-markupsafe/PKGBUILD @@ -1,17 +1,18 @@ -# $Id: PKGBUILD 208848 2014-03-27 14:43:32Z fyan $ -# Maintainer : Ionut Biru <ibiru@archlinux.org> +# $Id: PKGBUILD 211647 2014-04-22 10:43:11Z fyan $ +# Maintainer : Felix Yan <felixonmars@gmail.com> +# Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Alex Anthony <alex.anthony28991@gmail.com> 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" 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} |