summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a075374cb0f..86cff822acde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-louvain
pkgdesc = Louvain algorithm for community detection
- pkgver = 0.15
+ pkgver = 0.16
pkgrel = 1
url = https://github.com/taynaud/python-louvain
arch = any
@@ -8,8 +8,7 @@ pkgbase = python-louvain
makedepends = python-setuptools
depends = python-networkx
depends = python-numpy
- source = https://files.pythonhosted.org/packages/source/p/python-louvain/python-louvain-0.15.tar.gz
- sha256sums = 2a856edfbe29952a60a5538a84bb78cca18f6884a88b9325e85a11c8dd4917eb
+ source = https://files.pythonhosted.org/packages/source/p/python-louvain/python-louvain-0.16.tar.gz
+ sha256sums = b7ba2df5002fd28d3ee789a49532baad11fe648e4f2117cf0798e7520a1da56b
pkgname = python-louvain
-
diff --git a/.gitignore b/.gitignore
index 24f2ec57e666..7e480d700bee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
/pkg/
/src/
-/*.pkg.tar.xz
+/*.pkg.*
/*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 3e08919f8014..94ba4592204c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=python-louvain
-pkgver=0.15
+pkgver=0.16
pkgrel=1
pkgdesc='Louvain algorithm for community detection'
arch=(any)
@@ -10,7 +10,7 @@ license=(BSD)
depends=(python-networkx python-numpy)
makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('2a856edfbe29952a60a5538a84bb78cca18f6884a88b9325e85a11c8dd4917eb')
+sha256sums=('b7ba2df5002fd28d3ee789a49532baad11fe648e4f2117cf0798e7520a1da56b')
package() {
cd "$srcdir/$pkgname-$pkgver"