Skip to content
Permalink
Browse files
python3-astroid 2.15.4
  • Loading branch information
demmm committed Apr 24, 2023
1 parent 7e3f046 commit 49da836
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,6 +1,6 @@

pkgname=python3-astroid
pkgver=2.15.3
pkgver=2.15.4
pkgrel=1
pkgdesc="Module to provide a common base representation of python source code for projects
such as pychecker, pyreverse and pylint"
@@ -11,7 +11,7 @@ depends=('python3-lazy-object-proxy' 'python3-logilab-common' 'python3-six' 'pyt
makedepends=('python3-build' 'python3-installer' 'python3-setuptools' 'python3-wheel')
#source=("https://github.com/PyCQA/astroid/archive/astroid-${pkgver}.tar.gz")
source=("https://files.pythonhosted.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz")
sha256sums=('44224ad27c54d770233751315fa7f74c46fa3ee0fab7beef1065f99f09897efe')
sha256sums=('c81e1c7fbac615037744d067a9bb5f9aeb655edf59b63ee8b59585475d6f80d8')

build() {
cd astroid-${pkgver}

0 comments on commit 49da836

Please sign in to comment.