summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3bba55dbe1ab..6085a7e25a34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
_name=altgraph
pkgname=python-altgraph
-pkgver=0.17
+pkgver=0.17.2
pkgrel=1
-pkgdesc='altgraph is a fork of graphlib: a graph (network) package for constructing graphs'
+pkgdesc='A graph (network) package for constructing graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with graphviz output.'
arch=(any)
url="https://pypi.python.org/pypi/$_name"
license=(MIT)
depends=(python)
makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('1f05a47122542f97028caf78775a095fbe6a2699b5089de8477eb583167d69aa')
+sha256sums=('ebf2269361b47d97b3b88e696439f6e4cbc607c17c51feb1754f90fb79839158')
package() {
cd "$srcdir/$_name-$pkgver"