summaryrefslogtreecommitdiff
path: root/extra/python-markupsafe
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-23 03:27:46 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-23 03:27:46 +0000
commit0459e6459ee534bf22ab8a5381cd485e6035e9e2 (patch)
tree605a15ed18dc37695caaeb02271fdd06320a00f3 /extra/python-markupsafe
parentd4b7ceefdfb9c828799749419e8f8f7a36c2d7b8 (diff)
Wed Apr 23 03:24:08 UTC 2014
Diffstat (limited to 'extra/python-markupsafe')
-rw-r--r--extra/python-markupsafe/PKGBUILD11
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}