summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2020-01-27 10:38:34 +0100
committerPhilipp A2020-01-27 10:38:34 +0100
commit2f1181e65474b218a5cb4a7101ac4b53c3b79c4b (patch)
treec4902698561e7455cc382ba6eb11d1577340aee6
parent1ea76f4f39efa65416316ab3dc66eed29e375614 (diff)
downloadaur-2f1181e65474b218a5cb4a7101ac4b53c3b79c4b.tar.gz
v0.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24a224a0b263..7678224a0de7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-altgraph
pkgdesc = altgraph is a fork of graphlib: a graph (network) package for constructing graphs
- pkgver = 0.16.1
+ pkgver = 0.17
pkgrel = 1
url = https://pypi.python.org/pypi/altgraph
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/a/altgraph/altgraph-0.16.1.tar.gz
- sha256sums = ddf5320017147ba7b810198e0b6619bd7b5563aa034da388cea8546b877f9b0c
+ source = https://files.pythonhosted.org/packages/source/a/altgraph/altgraph-0.17.tar.gz
+ sha256sums = 1f05a47122542f97028caf78775a095fbe6a2699b5089de8477eb583167d69aa
pkgname = python-altgraph
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"