Date: Saturday, August 17, 2013 @ 12:16:18
  Author: angvp
Revision: 193149

upgpkg: python-markupsafe 0.18-2

Changed dependencies to setuptools instead distribute

Modified:
  python-markupsafe/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-08-17 10:11:44 UTC (rev 193148)
+++ PKGBUILD    2013-08-17 10:16:18 UTC (rev 193149)
@@ -4,12 +4,12 @@
 
 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')
 

Reply via email to