[arch-commits] Commit in python-astroid/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Mon Dec 21 01:27:33 UTC 2015


    Date: Monday, December 21, 2015 @ 02:27:33
  Author: fyan
Revision: 257050

upgpkg: python-astroid 1.4.2-1

Modified:
  python-astroid/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-20 20:59:27 UTC (rev 257049)
+++ PKGBUILD	2015-12-21 01:27:33 UTC (rev 257050)
@@ -4,16 +4,16 @@
 
 pkgbase=python-astroid
 pkgname=('python2-astroid' 'python-astroid')
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="Useful miscellaneous modules used by Logilab projects"
 arch=('any')
-url="https://bitbucket.org/logilab/astroid"
+url="https://github.com/PyCQA/astroid"
 license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six' 'mercurial'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six' 'git'
              'python-lazy-object-proxy' 'python2-lazy-object-proxy' 'python-wrapt' 'python2-wrapt'
              'python2-singledispatch')
-source=("hg+https://bitbucket.org/logilab/astroid#tag=astroid-$pkgver")
+source=("git+https://github.com/PyCQA/astroid.git#tag=astroid-$pkgver")
 sha1sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list