[arch-commits] Commit in python2-configglue/trunk (PKGBUILD)
Ángel Velásquez
angvp at nymeria.archlinux.org
Mon Aug 19 09:47:23 UTC 2013
Date: Monday, August 19, 2013 @ 11:47:23
Author: angvp
Revision: 95993
upgpkg: python2-configglue 1.1.2-2
Rebuild against setuptools
Modified:
python2-configglue/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-08-19 09:42:59 UTC (rev 95992)
+++ PKGBUILD 2013-08-19 09:47:23 UTC (rev 95993)
@@ -4,13 +4,13 @@
_pkgname=configglue
pkgname=python2-$_pkgname
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Library that glues together python's optparse.OptionParser and ConfigParser.ConfigParser"
arch=('any')
url="https://launchpad.net/configglue"
license=('BSD')
depends=('python2-xdg')
-makedepends=('python2-distribute')
+makedepends=('python2-setuptools')
source=(http://launchpad.net/$_pkgname/trunk/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
md5sums=('9ad83551a2cb4cf20cbe936c9f80bd1e')
More information about the arch-commits
mailing list