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

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


    Date: Sunday, April 14, 2013 @ 21:50:31
  Author: aginiewicz
Revision: 88235

upgpkg: python2-envisage 4.3.0-1

new release

Modified:
  python2-envisage/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-14 19:48:19 UTC (rev 88234)
+++ PKGBUILD	2013-04-14 19:50:31 UTC (rev 88235)
@@ -2,28 +2,27 @@
 # Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
 
 pkgname=python2-envisage
-pkgver=4.2.0
-_githubtag=a326011
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
 pkgdesc="Extensible Application Framework"
 arch=('any')
-url="http://code.enthought.com/projects/envisage/"
+url="https://github.com/enthought/envisage"
 license=('BSD')
 depends=('python2-apptools')
 makedepends=('python2-distribute')
 options=(!emptydirs)
 
-source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/envisage/tarball/${pkgver}")
-md5sums=('65a2a31be206abc8ce8f6afaaf4b9234')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz")
+md5sums=('80439d265c92e2c14a680a58d7cb8f16')
 
 build() {
-  cd "$srcdir"/enthought-envisage-${_githubtag}
+  cd "$srcdir"/envisage-$pkgver
 
   python2 setup.py build
 }
 
 package() {
-  cd "$srcdir"/enthought-envisage-${_githubtag}
+  cd "$srcdir"/envisage-$pkgver
 
   python2 setup.py install --root="$pkgdir"/ --optimize=1
 




More information about the arch-commits mailing list