Date: Monday, August 19, 2013 @ 12:33:01 Author: angvp Revision: 96024
upgpkg: python2-traitsui 4.3.0-2 Rebuild against setuptools Modified: python2-traitsui/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-08-19 10:31:58 UTC (rev 96023) +++ PKGBUILD 2013-08-19 10:33:01 UTC (rev 96024) @@ -3,13 +3,13 @@ pkgname=python2-traitsui pkgver=4.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Traits-capable user interfaces" arch=('any') url="https://github.com/enthought/traitsui" license=('BSD') depends=('python2-pyface') -makedepends=('python2-distribute') +makedepends=('python2-setuptools') options=(!emptydirs) source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz")