summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76ccdcfcb86b..3bba55dbe1ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name=altgraph
pkgname=python-altgraph
-pkgver=0.16.1
+pkgver=0.17
pkgrel=1
pkgdesc='altgraph is a fork of graphlib: a graph (network) package for constructing graphs'
arch=(any)
@@ -9,7 +9,7 @@ license=(MIT)
depends=(python)
makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('ddf5320017147ba7b810198e0b6619bd7b5563aa034da388cea8546b877f9b0c')
+sha256sums=('1f05a47122542f97028caf78775a095fbe6a2699b5089de8477eb583167d69aa')
package() {
cd "$srcdir/$_name-$pkgver"