diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-10 03:33:02 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-10 03:33:02 +0000 |
commit | 5a5e68340439f8c9b81e85410fcbd5135732161c (patch) | |
tree | dbcb42dd57af963fd0bb72573e72d417a32fe173 /community/python2-traits | |
parent | b42468f5bd3d7f19c1a0fa0ee08289745958caae (diff) |
Tue Jun 10 03:29:21 UTC 2014
Diffstat (limited to 'community/python2-traits')
-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 b29d31cf1..db54a5d57 100644 --- a/community/python2-traits/PKGBUILD +++ b/community/python2-traits/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 105025 2014-01-30 10:34:22Z aginiewicz $ +# $Id: PKGBUILD 112924 2014-06-09 14:52:29Z aginiewicz $ # Maintainer: Andrzej Giniewicz <gginiu@gmail.com> pkgname=python2-traits -pkgver=4.4.0 +pkgver=4.5.0 pkgrel=1 pkgdesc="Explicitly typed attributes for Python" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('python2-setuptools') options=(!emptydirs) source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz") -md5sums=('f284e67ae3437e9427e23f7f8a4975d6') +md5sums=('b77b08837afd20c1254e5d94369712cd') build() { cd "$srcdir"/traits-$pkgver |