[arch-commits] Commit in python2-dirspec/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Thu Apr 10 13:55:08 UTC 2014


    Date: Thursday, April 10, 2014 @ 15:55:08
  Author: fyan
Revision: 109117

fix: use setuptools instead of distribute

Modified:
  python2-dirspec/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-10 13:53:26 UTC (rev 109116)
+++ PKGBUILD	2014-04-10 13:55:08 UTC (rev 109117)
@@ -10,7 +10,7 @@
 url="https://launchpad.net/dirspec"
 license=('LGPL')
 depends=('python2')
-makedepends=('python2-distribute')
+makedepends=('python2-setuptools')
 source=(https://launchpad.net/$_pkgname/stable-13-10/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
 md5sums=('941d59e0f10ade1b992a90899f248358')
 




More information about the arch-commits mailing list