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

Andrzej Giniewicz aginiewicz at nymeria.archlinux.org
Sun Apr 14 19:37:14 UTC 2013


    Date: Sunday, April 14, 2013 @ 21:37:13
  Author: aginiewicz
Revision: 88227

upgpkg: python2-traits 4.3.0-1

new release

Modified:
  python2-traits/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-14 19:02:25 UTC (rev 88226)
+++ PKGBUILD	2013-04-14 19:37:13 UTC (rev 88227)
@@ -2,28 +2,27 @@
 # Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
 
 pkgname=python2-traits
-pkgver=4.2.0
-_githubtag=0afc79d
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
 pkgdesc="Explicitly typed attributes for Python"
 arch=('i686' 'x86_64')
-url="http://code.enthought.com/projects/traits/"
+url="https://github.com/enthought/traits"
 license=('BSD')
 depends=('python2-numpy')
 makedepends=('python2-distribute')
 options=(!emptydirs)
 
-source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/traits/tarball/${pkgver}")
-md5sums=('835c83c320ed1109ca05fa4ae4556828')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz")
+md5sums=('f78c15c44e0f965cc2ab799806a80388')
 
 build() {
-  cd "$srcdir"/enthought-traits-${_githubtag}
+  cd "$srcdir"/traits-$pkgver
 
   python2 setup.py build
 }
 
 package() {
-  cd "$srcdir"/enthought-traits-${_githubtag}
+  cd "$srcdir"/traits-$pkgver
 
   python2 setup.py install --root="$pkgdir"/ --optimize=1
 




More information about the arch-commits mailing list