summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2017-07-20 16:55:39 +0200
committerPhilipp A2017-07-20 16:55:39 +0200
commit281890aa8476d876d68dda52f4cdbe29909bd968 (patch)
tree541309f8db0f50e9342c060190d513bd75f3436f
parent327cc83970d374484b29eaea07d68335cd4e25d0 (diff)
downloadaur-281890aa8476d876d68dda52f4cdbe29909bd968.tar.gz
fixed pkgdesc
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76b1a0e91ed5..76277934828a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-louvain
- pkgdesc = Python library for validating Python data structures.
+ pkgdesc = Louvain algorithm for community detection
pkgver = 0.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/taynaud/python-louvain
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 975d2f36ed98..1e2245733c24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-louvain
pkgver=0.8
-pkgrel=1
-pkgdesc='Python library for validating Python data structures.'
+pkgrel=2
+pkgdesc='Louvain algorithm for community detection'
arch=(any)
url="https://github.com/taynaud/$pkgname"
license=(BSD)