summaryrefslogtreecommitdiff
path: root/extra/python-markupsafe
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-23 04:12:16 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-23 04:12:16 +0000
commit87d17fa2b4ad3761b9235da7280a51ba768102c6 (patch)
tree48846a0145a417176f52d5bf82990a78c7886adb /extra/python-markupsafe
parentef10ee9c3c1ff0f85ad53ccc313248f51a2fa69e (diff)
Fri May 23 04:06:37 UTC 2014
Diffstat (limited to 'extra/python-markupsafe')
-rw-r--r--extra/python-markupsafe/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/python-markupsafe/PKGBUILD b/extra/python-markupsafe/PKGBUILD
index 6edeb1812..c7cb33715 100644
--- a/extra/python-markupsafe/PKGBUILD
+++ b/extra/python-markupsafe/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 211647 2014-04-22 10:43:11Z fyan $
+# $Id: PKGBUILD 213379 2014-05-22 06:29:28Z 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.21
+pkgver=0.23
pkgrel=1
pkgdesc="Implements a XML/HTML/XHTML Markup safe string for Python"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ 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")
-sha512sums=('ecedf56be7ad1723c4d7bf799e1aefb8ceb0a28840a1b8ffdc2dee0f734149430cf5dfd5d335591e9934cf223255475e9c04da5ab34ed69e7845298f599d81bc')
+sha512sums=('4f1fd91ced5e7119584b56cf7b69cfe6fdd9613bd77412368a38e9ef5d1011ba5c76d1d3a0da3d60f9f474627e6c8c8b613a80a668b32d212f09072f8b1f5b28')
build() {
cp -r MarkupSafe-${pkgver} python2-MarkupSafe-${pkgver}