diff options
author | root <root@rshg054.dnsready.net> | 2013-08-21 02:15:21 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-21 02:15:21 -0700 |
commit | 62b00d5bf76ef2c670dbeefe2051629d96ab7660 (patch) | |
tree | f04db1df7254ec8354311c9024cfd53a90fc6a79 /community/python2-traits/PKGBUILD | |
parent | 1ae31a85e191bbf7313077b472a66d1c24af1f74 (diff) |
Wed Aug 21 02:13:52 PDT 2013
Diffstat (limited to 'community/python2-traits/PKGBUILD')
-rw-r--r-- | community/python2-traits/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python2-traits/PKGBUILD b/community/python2-traits/PKGBUILD index 4efd06c57..17e8ac07f 100644 --- a/community/python2-traits/PKGBUILD +++ b/community/python2-traits/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 88228 2013-04-14 19:37:35Z aginiewicz $ +# $Id: PKGBUILD 96105 2013-08-20 06:32:41Z lcarlier $ # Maintainer: Andrzej Giniewicz <gginiu@gmail.com> pkgname=python2-traits pkgver=4.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Explicitly typed attributes for Python" arch=('i686' 'x86_64') url="https://github.com/enthought/traits" license=('BSD') depends=('python2-numpy') -makedepends=('python2-distribute') +makedepends=('python2-setuptools') options=(!emptydirs) source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz") |