Date: Monday, April 27, 2020 @ 20:28:48 Author: arojas Revision: 621936
Update to 0.8.1 Modified: python-igraph/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-27 20:10:27 UTC (rev 621935) +++ PKGBUILD 2020-04-27 20:28:48 UTC (rev 621936) @@ -2,8 +2,8 @@ # Contributor: Lukasz Pozarlik <[email protected]> pkgname=python-igraph -pkgver=0.8.0 -pkgrel=2 +pkgver=0.8.1 +pkgrel=1 url="https://igraph.org/python/" license=(GPL) arch=(x86_64) @@ -11,7 +11,7 @@ depends=(igraph python-texttable) makedepends=(python-setuptools) source=("https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('47e6bb48ec7dbfddbd89cf064a24b271783a1490fc688ebce17fbd652bcdab8e') +sha256sums=('780fe30d2413fd1123215d7ef53b9d00abe47ae91912b188b5a5ed1aad528174') build() { cd $pkgbase-$pkgver
