diff options
Diffstat (limited to 'extra/python-markupsafe/PKGBUILD')
-rw-r--r-- | extra/python-markupsafe/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/python-markupsafe/PKGBUILD b/extra/python-markupsafe/PKGBUILD index 6686eaa4f..fd1757779 100644 --- a/extra/python-markupsafe/PKGBUILD +++ b/extra/python-markupsafe/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 189977 2013-07-12 06:16:17Z eric $ +# $Id: PKGBUILD 193420 2013-08-20 06:10:07Z angvp $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Alex Anthony <alex.anthony28991@gmail.com> pkgname=('python-markupsafe' 'python2-markupsafe') pkgver=0.18 -pkgrel=1 +pkgrel=2 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-distribute' 'python2-distribute') +makedepends=('python-setuptools' 'python2-setuptools') source=("http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz") md5sums=('f8d252fd05371e51dec2fe9a36890687') |